Skip to content

Perrelli9338/bevy_minesweeper_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper made with Bevy

▸ Play it now!

Yet another project of the classic Minesweeper game, but! It's made with Rust, using Bevy game engine.

Features

  • Set the width, height and number of bombs to your liking
  • Safe Start mode: Select an empty tile when starting the game
  • Track your time with the stopwatch
  • Simple and customizable user interface

Platforms

Get the latest version of the supported platform.

How to play

With a mouse

Input:

  • Left click to uncover a tile
  • Right click to add a flag
  • Press middle button and drag to move around
  • Scroll middle button to zoom

Using touchscreen

Gestures:

  • Tap to uncover a tile
  • Long tap to add a flag
  • Drag with your finger to move around
  • Two finger pinch to zoom

Credits

Thanks to NiklasEi for his beautiful project!