https://github.com/samthetechi/spacewars
space invader, built to run smoothly on browser
https://github.com/samthetechi/spacewars
boids-algorithm javascript space-invaders
Last synced: 7 months ago
JSON representation
space invader, built to run smoothly on browser
- Host: GitHub
- URL: https://github.com/samthetechi/spacewars
- Owner: SamTheTechi
- License: mit
- Created: 2024-08-13T05:55:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T19:21:34.000Z (11 months ago)
- Last Synced: 2025-10-10T12:32:19.212Z (8 months ago)
- Topics: boids-algorithm, javascript, space-invaders
- Language: JavaScript
- Homepage: https://space.samthetechi.site/
- Size: 35.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpaceWars
A classic top-down space shooter game built with HTML5 Canvas and JavaScript.
## Gameplay
- Use **W, A, S, D** or **Arrow Keys** to move your spaceship.
- Press the **Space Bar** to shoot.
- Survive 20 waves of enemies to win the game.
## Features
- **20 Levels:** Increasing difficulty with various enemy types.
- **Multiple Enemy Types:** Each with unique behaviors and attack patterns.
- **Sound Effects:** For an immersive experience.
- **Boss Fights:** Challenging boss encounters.
- **Bullet Collison**, tackle enemy bullets by shooting at it
## How to Play
- [Just click here ;)](https://space.samthetechi.site/)
## License
This project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.
---
Made with <3 by [Sameer Gupta](https://github.com/SamTheTechi)