Skip to content

GUI Minesweeper game written in Rust, using Bevy game engine

Notifications You must be signed in to change notification settings

vitosotdihaet/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Minesweeper 💣

A known game Minesweeper realized in Rust using Bevy game engine!

Screenshot:

State of project

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!

How to run

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!

TODOs

  • Blink the cursor when input width
  • Make it possible to input width and height independently
  • Add a timer
  • Add local leaderboards