A Pokémon roguelike game developed with a modern web-based frontend and a modular Python backend.
MVP/– Early battle engine prototypes (CLI only)frontend/– Vite + React UI (clean, fast SPA)backend/
We follow trunk-based development:
- All changes start in
feature/*branches - Pull requests are reviewed and merged to
main - Both backend and frontend share this monorepo
- Frontend: see
frontend/README.md - Backend: see
backend/README.md