Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinantech/minesweeper-game
🕹Patika+ Week 3 Graduation Project Minesweeper
https://github.com/sinantech/minesweeper-game
backend java text-based-game
Last synced: about 1 month ago
JSON representation
🕹Patika+ Week 3 Graduation Project Minesweeper
- Host: GitHub
- URL: https://github.com/sinantech/minesweeper-game
- Owner: sinantech
- License: mit
- Created: 2024-03-08T18:24:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T18:47:47.000Z (7 months ago)
- Last Synced: 2024-11-29T20:12:52.154Z (about 1 month ago)
- Topics: backend, java, text-based-game
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Week3GraduationProject
# #PatikaPlus Week-3 Graduation Project Text Based MineSweeper GameAuthor : Sinan Can Ozer
Welcome to my Week-3 Project. This project is very enjoyable project to write.
1-You can run the program in GamePlay class
2- Current Java Version 19.0.1
3- IntellijIDE version is 2022.1.1 Community Edition
In the Minesweeper Class program checking wrong moves,out of bounds,and already done moves.
Rules are simple if you hit the mine game is over.For win the game you need to find the cell
that are not includes mine.If you make the wrong move program warns you.
Mines are checked in all directions of the cells you select, and nearby mines are printed on the screen accordingly.
There is one method for the mentors in play method.
![](C:\Users\scano\Desktop\indir.png)
![](C:\Users\scano\Desktop\intellij.png)![](C:\Users\scano\Desktop\foto1.png)
![](C:\Users\scano\Desktop\foto2.png)