Skip to content

Maxxx1mHR/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

minesweeper

Implement a classic game — Minesweeper

deploy screenshot pc deploy screenshot mobile

Tech stack

  • JavaScript
  • HTML
  • SASS
  • Vite

Features

  • Adaptive layout
  • The default size of the frame is 10x10 with 10 mines
  • If the cell contains a mine, the game is over
  • If the cell does not contain a mine, the number of mines in the surrounding cells displayed
  • The game end when the player reveals all cells
  • Mines are placed after the first move, so that user cannot lose the game on the first move
  • The player can mark cells to indicate that they suspect a mine is present
  • The game restarted without reloading the page
  • The game include sound effects for events such as revealing a cell, flagging a cell, and game over (win and lose)
  • The player can select a difficulty level (easy, medium, hard)
  • The latest 10 results are saved in the high score table
  • Dark/light themes of the game