Skip to content

larascremin/space-invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

33 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ SPACE-INVADERS

This is a simple version of the classic game. It was built using HTML5 Canvas and showcases fundamental
concepts of game development, including collision detection, object movement, and interactive controls.

Click here to play -> https://space-invaders-ls.vercel.app/

  • Press A to move left;
  • Press D to move right;
  • Press Espace to shoot;

Features

  • Creation of dynamic explosion animation using the draw() method and Math.random() as parameters;
  • Animation using a single PNG, through constant updates of the drawImage() method;
  • Sound Effects and progression control in the game using score, level, and highest score;

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors