Skip to content

laurendiaz/spaceinvaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in Repl.it

Space Invaders

An implementation the classic arcade game Space Invaders with the following behavior:

  • The tank (player's spaceship) should move right and left at the bottom of the screen when you press the arrow keys.
  • The tank should fire missiles straight up from its current position when you press the space bar.
  • The invaders (enemy's spaceships) should appear randomly along the top of the screen and move down on a straight vertical trajectory.
  • When a missile hits an invader, it destroys it.
  • When an invader reaches the bottom of the screen, the game is over.

You can find the running page here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published