Try out the game here. http://akhilraja.github.io/Space-Invaders/
- Created a version of SpaceInvaders in pure JS with Canvas.
- The player and the enemies are created using a 2D Array with 1's and 0's.
- The enemy move left to right and animate.
- The player can shoot the enemies and kill them.