Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 281 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 281 Bytes

Minesweeper

demo

The Minesweeper workshop takes advantage of bevy_ecs_tilemap to build grids to play on and recursive observers to flood fill on click.

Right clicking will flag a spot as a bomb, which will turn green if successfully marked at the end of the game