Skip to content

connorbyram/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction


Bomb Brigade is an alternative version of Minesweeper. It is the first project I created for my General Assembly Software Engineering Immersive program.



Soundtrack by Dungeon Fugues


Technologies Used


  • JavaScript
  • HTML
  • CSS
  • Ableton

Images





Getting Started


View Project Planning
Play Minesweeper


Gameplay:

Click any square on the board to begin.

  • If a bomb is clicked, the player instantly loses
  • If an empty square is clicked, the number of adjacent bombs is displayed
  • If an empty square with no adjacent bombs is clicked, it will reveal all adjacent, empty squares
  • If a revealed adjacent square also has no adjacent bombs, it will reveal all adjacent, empty squares

The player wins by revealing all empty squares.


Future Improvements


  • Difficulty selector
  • Leaderboard
  • A less-cheesy win animation
  • Mobile optimization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors