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;
- 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;