Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 532 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 532 Bytes

Space-Invaders

Space Invaders game implemented in javascript.

Game instructions:

  • Press left or right arrows to move the player left or right.
  • Press space to fire the bullets.
  • If the enemy bullets hit you or if the enemies hit you, you lose the game.
  • If you die you start from level 1 again.
  • To go to the next round, shoot every enemy.

Win the game by going through all the levels without dying.

If you feel like costumizing the enemy waves, they can be easily adjusted by changing the makeWave functions.