A Vampire Survivors-style browser action game built with Unity. Survive endless waves, collect power-ups, and auto-attack enemies — playable instantly in any browser.
An auto-attack survival game where you navigate waves of enemies. Your character attacks automatically — you focus on movement, positioning, and upgrade choices. Built with Unity and exported as WebGL for zero-install browser play.
- Auto-attack — Your character fires automatically at nearby enemies
- Wave survival — Increasingly difficult enemy waves
- Power-up system — Collect drops to upgrade attack speed, damage, and area
- AI-enhanced — Enemy behavior driven by AI logic
- Quick browser game for a 5-minute break
- Vampire Survivors-style gameplay without installing anything
- Unity WebGL deployment reference project
- Game jam inspiration for auto-battler/survivor mechanics
Just open the link:
https://survivor-demo.vercel.app
No installation needed. Works in Chrome, Firefox, Safari, and Edge.
git clone https://github.com/sephirxth/SurvivorDemo.git
cd SurvivorDemo
# Serve with any static file server
npx serve .
# → http://localhost:3000| Technology | Purpose |
|---|---|
| Unity | Game engine |
| WebGL | Browser rendering |
| Vercel | Hosting |
| Key | Action |
|---|---|
| WASD / Arrow Keys | Move character |
| Mouse | Aim direction |
| Project | What It Does |
|---|---|
| NetOps | Data center network routing puzzle game (Phaser 3 + TypeScript) |
| WitMani Game Animator | Generate game character animations with AI — text to sprite sheet |
| LLM Code Test | Benchmark comparing LLMs on code generation (physics simulation task) |
MIT