Skip to content

KarthikNedunchezhiyan/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper game

Revealing all the cells without hitting the mines is the task. Each number in the cell denotes how many bombs are in the adjacent cells (8 sides). You can mark any arbitrary cell with a flag.

This game is developed with Rust, WebAssembly (Wasm), and Canvas. Live demo available here

Screenshots

Screenshot 1 Screenshot 2

Functionality

  • ✅ The first click should always be an empty cell.
  • ✅ Right click on PC or long-press on touch devices should place the flag.
  • ✅ Clicking on SpongeBob should reset the game.
  • ⬜️ Option to select difficulty level.
  • ⬜️ Option to customize board size and mines count.

Contributing

Suggestions are always welcome