A known game Minesweeper realized in Rust using Bevy game engine!
Minesweeper API is fine, you can use it wherever you want! Alhough, the graphic aspect of the game is raw right now, not all the functions are implemented, there is a lot to do, so keep tuned!
To play the game you need to run cargo run --release
in terminal in the project's folder
On start you can change width and height of Minesweeper's grid with your keyboard!
- Blink the cursor when input width
- Make it possible to input width and height independently
- Add a timer
- Add local leaderboards