Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 598 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 598 Bytes

js-space-invaders

A Space Invaders "clone" made in Vanilla JS.

Playtest directly in your web browser

Play in Browser

Gameplay Instructions

  • A,D or Left / Right Arrow Keys to move
  • W or UP Arrow or Spacebar Keys to shoot lasers
  • (Shoot while in menus to Continue)
  • Avoid letting the enemies reach the bottom of the screen
  • Don't let the enemies collide with you or it's Game Over
  • Have Fun :)

JS_Invaders_Clone_Splash_03