← Andromalius
Pretender
A browser-based text RPG with a terminal frontend. Character progression, dungeons, PvP, guilds, and a living fantasy economy.
Roadmap
v0.1 — DonePhase 0: Foundation
Core game infrastructure, terminal renderer, mobile/desktop responsive layout.
- Authentication & account system
- Character creation & stat mechanics
- DOM-based terminal renderer (native, no xterm.js)
- Responsive layout verified at 1280px, 768px, 375px
- Phase 0 QA: 12 screenshots, tsc clean, deployed
CurrentPhase 1: QA & Stability
Full integration test suite across all 15 game modules. Hardening endpoints, daily reset logic, concurrency testing.
- 15-module test suite (auth: 14/14 passing)
- Route-level input validation
- Daily stamina / death / drug reset cycle
- Concurrency smoke test (parallel request races)
- Browser E2E sweep (10 areas via Playwright)
NextPhase 2: Content & Mechanics
Reincarnation system, guild infrastructure, and economy balancing.
- Reincarnation & prestige progression
- Guild management & raid mechanics
- Market economy calibration
- King & alignment system polish
FuturePhase 3: Scale
Player scaling, anti-cheat, persistent world events.
- High-concurrency player capacity
- Anti-cheat & abuse detection layer
- Seasonal / world events framework