Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.42 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.42 KB

SEIR-project-1

Pearl's Minesweeper

A revamped version of the classic logic-based, single-player computer game. The object of the game is to find the randomly placed mines by clicking on "safe" squares. Player can either flag the squares with mines or avoid them entirely. The player gets clues from the safe squares that indicate the number of adjacent mines, if any.
If a square containing a mine is clicked on, the game ends.

Gameplay Screenshots

basic minesweeper board mid-game hard level bomb reveal win message lose message

Technologies used:

  • HTML
  • CSS
  • JavaScript

Links

Minesweeper
Original Wireframe

Future Enhancements

  • add sound effect for bomb reveal
  • add animation for multiple safe square reveals
  • make rectangular board options
  • add a timer