Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewewukek/jmine
yet another minesweeper clone
https://github.com/ewewukek/jmine
minesweeper minesweeper-game
Last synced: 1 day ago
JSON representation
yet another minesweeper clone
- Host: GitHub
- URL: https://github.com/ewewukek/jmine
- Owner: ewewukek
- License: mit
- Created: 2021-12-12T23:42:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T23:50:07.000Z (about 3 years ago)
- Last Synced: 2023-03-10T02:42:21.726Z (almost 2 years ago)
- Topics: minesweeper, minesweeper-game
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## jmine
![](demo.png?raw=true)
Yet another minesweeper clone written in Java. Mimics the behavior of classic Windows 95 - Windows XP minesweepers. Difficulty level can be selected by right clicking the new game button.
### Development
Project is targeted at Java 1.8 but you can modify `build.gradle` to build on any other JDK version.
Building is simply `./gradlew build` or `gradlew.bat build`. Resulting jar will appear in `build/libs`.
### Customization
Images can be replaced and element positions can be modified to some degree. Check out `src/main/resources` for an example. I'm not sure about legal status of classic sprites so they're not included here (but [here](https://ewewukek.me/files/jmine-windows95.zip) is a link for those who prefer classic look). Default theme is made from scratch and available to anyone under [CC0](https://creativecommons.org/publicdomain/zero/1.0/).