Skip to content

A small Minesweeper demo project written in Java

License

Notifications You must be signed in to change notification settings

delthas/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

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.

Licence

This project uses several modified sound samples which have a specific license:

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