Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1.17 KB

File metadata and controls

60 lines (44 loc) · 1.17 KB

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