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
- Host: GitHub
- URL: https://github.com/delthas/minesweeper
- Owner: delthas
- License: mit
- Created: 2017-12-08T06:22:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T00:52:24.000Z (about 8 years ago)
- Last Synced: 2025-02-28T13:20:27.491Z (about 1 year ago)
- Topics: game-development, java, java-8, javaui, minesweeper, minesweeper-demo, openal, opengl
- Language: Java
- Size: 170 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.