Retro-style between-rounds debate screen inspired by classic boxing game dialogue.
- React + Vite
- Local Ollama API (
http://localhost:11434)
- Captain Capslock vs Lil Zoomer sprite dialogue
- Turn-based argument loop with topic rotation
- Rage meters, round winner detection, and running W/L tally
- Active speaker highlighting and talk/idle animation flicker
- Prompt hardening to reduce repetitive arguments
- Public-display safeguards (line clamping, basic content filtering, offline/degraded status)
- Install dependencies:
npm install-
Ensure Ollama is installed and running with
llama3.2available. -
Start the app:
npm run dev- Build for production:
npm run build