This is a very small MineSweeper demo project written in Java, that uses JavaUI.
The project also includes a very small server backend for leaderboards.
Use mvn install
to compile. The target
folder will include a minesweeper-client.jar
game client JAR file and a minesweeper-server.jar
server JAR file. Make sure to change the hardcoded server hostname in the client if hosting your Minesweeper server.
Pre-built releases are available in the releases tab. The default server is most often running, you may but do not have to host your own.
This project uses several modified sound samples which have a specific license:
- Game Start by plasterbrain : CC0
- Menu Selection Click by NenadSimic : CC0
- Click by RADIY : CC BY 3.0
- Jingle_Achievement_00.wav by LittleRobotSoundFactory : CC BY 3.0
- Jingle_Lose_00.wav by LittleRobotSoundFactory : CC BY 3.0
For all other files, the project is licensed under the MIT license.