Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxygencobalt/sweepered
Minesweeper clone in Java/JavaFX
https://github.com/oxygencobalt/sweepered
game java javafx minesweeper
Last synced: 27 days ago
JSON representation
Minesweeper clone in Java/JavaFX
- Host: GitHub
- URL: https://github.com/oxygencobalt/sweepered
- Owner: OxygenCobalt
- License: gpl-3.0
- Created: 2020-05-15T22:07:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T23:58:17.000Z (11 months ago)
- Last Synced: 2025-01-19T15:48:01.260Z (27 days ago)
- Topics: game, java, javafx, minesweeper
- Language: Java
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[
](markdown/logo.png)
------Sweepered is a clone of minesweeper in Java/JavaFX that I created as a learning project.
All the normal features of Minesweeper are here, along with some of my own personal design choices.
[
](markdown/gameStarted.png)
[](markdown/gameExploded.png)
[](markdown/gameCleared.png)
To run it, enter the project directory and run the Maven command:
`mvn clean javafx:run`