Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`