https://github.com/orangomango/minesweeper
Minesweeper implementation in Java/JavaFX, solver included
https://github.com/orangomango/minesweeper
java javafx minesweeper
Last synced: 5 months ago
JSON representation
Minesweeper implementation in Java/JavaFX, solver included
- Host: GitHub
- URL: https://github.com/orangomango/minesweeper
- Owner: OrangoMango
- License: mit
- Created: 2024-07-28T21:09:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T15:56:37.000Z (almost 2 years ago)
- Last Synced: 2025-07-27T06:17:43.127Z (11 months ago)
- Topics: java, javafx, minesweeper
- Language: Java
- Homepage: https://youtube.com/shorts/NWH8fK4HLF0?feature=share
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minesweeper prototype
Minesweeper implementation in Java with the JavaFX framework. (Solver included)
# How to play
* Right click to place a flag
* Left click to open a cell
* R to reset
* SPACE to start the solver
# Screenshots
**Solver in action video:** https://youtube.com/shorts/NWH8fK4HLF0?feature=share
---

# Roadmap v1.0
* Optimize the current solver (some cases can be skipped)
* Add some UI (the user will be able to choose a grid size)