An open API service indexing awesome lists of open source software.

https://github.com/viralcodex/space-invaders

Space Invaders clone made with Vanilla Javascript, HTML5 and CSS.
https://github.com/viralcodex/space-invaders

canvas-game canvas2d canvasjs css html-css-javascript html5 space-invaders

Last synced: 3 months ago
JSON representation

Space Invaders clone made with Vanilla Javascript, HTML5 and CSS.

Awesome Lists containing this project

README

        

# SPACE INVADERS (2024)
> Taken suggestions and assets from this repository: https://github.com/haider-sama/Space-Invaders
> (Rights owned by the respective owners)

#### A simple clone of the classic arcade game made with Vanilla Javascript, HTML5 and CSS.

![image](https://github.com/user-attachments/assets/3b7953d4-abb5-40d6-bda9-bbf15109f933)
![image](https://github.com/user-attachments/assets/ecd2fb20-8dcb-4946-ae92-4a394c0f2eba)
![image](https://github.com/user-attachments/assets/b250efa1-faf3-4a9c-a887-364c105199cc)

### How to play
**(Use any web server to run the game otherwise directly running the index.html may give you CORS error in the browser console)**

Use **W**, **A**, **S**, **D** or **arrow keys** to move the ship, **SPACE** to fire, **P** to pause/resume.

### Features Added
Added many functionalities to the game including play/pause, bonus enemy ship, waves of enemies, scores, etc.

### Features to Add
Bases in the game, sounds, high score, player profiles and boss fights(maybe if got the time), other animation improvements