Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orangomango/minesweeper
Minesweeper implementation in Java/JavaFX, solver included
https://github.com/orangomango/minesweeper
java javafx minesweeper
Last synced: about 19 hours 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T15:56:37.000Z (6 months ago)
- Last Synced: 2024-11-19T21:09:25.552Z (2 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
---
![Screenshot from 2024-07-31 12-30-36](https://github.com/user-attachments/assets/afdc9d06-3236-4354-ab97-2088d3c185a1)# 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)