Skip to content

AkhilRaja/Space-Invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space-Invaders

Pure JS. Space Invaders

Try out the game here. http://akhilraja.github.io/Space-Invaders/

Alt text

Features

  1. Created a version of SpaceInvaders in pure JS with Canvas.
  2. The player and the enemies are created using a 2D Array with 1's and 0's.
  3. The enemy move left to right and animate.
  4. The player can shoot the enemies and kill them.