Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.04 KB

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

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