Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 746 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 746 Bytes

BombGame

This is a small game where you should drag the bombs that appear on the screen over the properly colored bins.

To Run the Game

Simply download or clone the repository, install the packages either with yarn or npm install then start the project by going into the folder from a terminal and running ng serve and then open the browser at the indicated addreess http://localhost:4200.

Once here click the Start Game button.

Known Issues

  • at times a call stack exceeded error can occur due to recursive calculation of the positioning of bombs when there are lots of bombs on the screen

Try it on GitHub Pages

Click this link to go to the GitHub page of this project.