GAME IMAGE
DESCRIPTION
This project is a sample Minefield game inspired on Microsoft Minesweeper
How to play:
- Click on the buttons to open
- Right click to flag the field
- Win if you flag all bombs and open all safe fields
- Lose if you open a bomb field
TECHNOLOGIES
CODE
Visit my GitHub repository to know how I implemented this project:
RUN THE PROJECT
To execute the project, you will need to run the commands bellow:
./gradlew clean uberJar java -jar java -jar build/libs/minefield-1.0-SNAPSHOT-uber.jar
Java JRE is need to run the game, you can download here