An open API service indexing awesome lists of open source software.

https://github.com/delthas/minesweeper

A small Minesweeper demo project written in Java
https://github.com/delthas/minesweeper

game-development java java-8 javaui minesweeper minesweeper-demo openal opengl

Last synced: 8 months ago
JSON representation

A small Minesweeper demo project written in Java

Awesome Lists containing this project

README

          

# Minesweeper

This is a very small MineSweeper demo project written in Java, that uses [JavaUI](https://github.com/Delthas/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](https://github.com/Delthas/minesweeper/releases/). The default server is most often running, you may but do not have to host your own.

# Licence

This project uses several modified sound samples which have a specific license:
- [Game Start by plasterbrain](https://freesound.org/people/plasterbrain/sounds/243020/) : [CC0](http://creativecommons.org/publicdomain/zero/1.0/)
- [Menu Selection Click by NenadSimic](https://freesound.org/people/NenadSimic/sounds/171697/) : [CC0](http://creativecommons.org/publicdomain/zero/1.0/)
- [Click by RADIY](https://freesound.org/people/RADIY/sounds/213148/) : [CC BY 3.0](http://creativecommons.org/publicdomain/zero/1.0/)
- [Jingle_Achievement_00.wav by LittleRobotSoundFactory](https://freesound.org/people/LittleRobotSoundFactory/sounds/270404/) : [CC BY 3.0](http://creativecommons.org/publicdomain/zero/1.0/)
- [Jingle_Lose_00.wav by LittleRobotSoundFactory](https://freesound.org/people/LittleRobotSoundFactory/sounds/270467/) : [CC BY 3.0](http://creativecommons.org/publicdomain/zero/1.0/)

For all other files, the project is licensed under the MIT license.