https://github.com/aleccool213/geometry-wars-clone
Neon twin-stick Geometry Wars-inspired shooter with wild weapon pickups. Built with Phaser 4 + TypeScript + Vite.
https://github.com/aleccool213/geometry-wars-clone
Last synced: about 1 month ago
JSON representation
Neon twin-stick Geometry Wars-inspired shooter with wild weapon pickups. Built with Phaser 4 + TypeScript + Vite.
- Host: GitHub
- URL: https://github.com/aleccool213/geometry-wars-clone
- Owner: aleccool213
- Created: 2026-05-12T23:05:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-12T23:06:37.000Z (3 months ago)
- Last Synced: 2026-05-13T01:15:51.681Z (3 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Geometry Wars Clone
A twin-stick neon arena shooter built with Phaser 4 + TypeScript.
## MVP Plan
### Phases
1. Setup (Phaser 4 Vite TS template)
2. Core Loop: Twin-stick player, basic enemies, shooting, collisions
3. Neon + Particles: Grid bg, explosions, trails
4. Weapon Pickups: Modular system with 4-5 drastic weapons (spread, homing, laser, ricochet, drones)
5. Progression: 10 waves with increasing difficulty
6. Leaderboard: Simple high score submission
7. Polish: Menus, game over, restart
## Quick Start
```bash
git clone https://github.com/aleccool213/geometry-wars-clone.git
cd geometry-wars-clone
npm install
npm run dev
```
Let's make some neon chaos! 🚀