This is a small game where you should drag the bombs that appear on the screen over the properly colored bins.
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.
- at times a
call stack exceeded errorcan occur due to recursive calculation of the positioning of bombs when there are lots of bombs on the screen
Click this link to go to the GitHub page of this project.