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.
- Host: GitHub
- URL: https://github.com/viralcodex/space-invaders
- Owner: viralcodex
- Created: 2024-08-19T17:51:40.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-19T18:15:26.000Z (10 months ago)
- Last Synced: 2025-01-20T20:53:49.937Z (5 months ago)
- Topics: canvas-game, canvas2d, canvasjs, css, html-css-javascript, html5, space-invaders
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.


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