This project is a command-line version of the classic Minesweeper game, built in Java with a focus on clean architecture.
Note
Game developed with Java 21, but minimum required Java version is Java 17.
# clones repository to current directory
git clone https://github.com/sioterino/minesweeper.git
# run the bash script
./minesweeper/run.sh
Tip
You can also download the .zip file in this link.
Just don't forget to run the corresponding script (run.sh or run.bat) file inside the exported minesweeper-main/ directory.
# clones repository to current directory
git clone https://github.com/sioterino/minesweeper.git
# run the batch script
.\minesweeper\run.bat
Warning
Be aware there might be problems related to file permissions.
I welcome contributions! Feel free to submit issues or pull requests.
This project is licensed under the MIT License.
Important
Heavy inspiration from this CLI game project and this Minesweeper project.