Skip to content

Web browser game using DOM (HTML, CSS, Vanilla Javascript), hosted on GitHub Pages.

Notifications You must be signed in to change notification settings

pwong09/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web browser game using DOM (HTML, CSS, Vanilla Javascript), hosted on GitHub Pages.

Topics

Resources

Stars

Watchers

Forks