This is the repository for Team 5 (Road Ragers) for the Space Invaders project at Code Nation.
The brief was to create a game following the classic Space Invader's game format.
- Javascript
- Canvas
- VS Code
- Three rows of 'aliens' will appear at the top of the screen, moving from left to right.
- The player will control a gun which will move from left to right.
- The player needs to hit the aliens by shotting the gun.
- If the player hits and clears all the aliens by the time the timer hits 0, they win the game.
- If the player does not clear all the aliens then they lose the game.