This project includes a simple text-based MineSweeper game written in Java.
- If Java is not installed, download and install it from the official Java website.
- Download or clone the project to your computer.
- Open the command prompt or terminal and navigate to the project directory.
- Compile the Java files with the command
javac Main.java
. - Start the game with the command
java Main
.
- The game is text-based.
- Customize the game by specifying the number of rows and columns when starting the game.
- Try to uncover all cells without hitting any mines to win.
- Select one cell at a time and check if there is a mine in that cell.
- If you select a cell with a mine, you lose the game.
This is the final project of the "Kodluyoruz & Microsoft Back-End Web Development(Java)" course.