I have this group project that requires us to modify this JavaScript "block-breaker" game by adding some elements in the game.
GAME (http://breakout.enclavegames.com/lesson10.html)
that needs to be modified with the following conditions :
- Change the color of each lines of brick to have different colors
- Add a bullet that can be shot once each you have 3 points (using spacebar or click), it decrease the point by 3
- Add a game state: start (press space/click to start)
- 1 brick respawning/reappear every 15 seconds