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

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.

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! 🚀