feat: practice mode against mock bots

Tier-selectable practice page at /practice. Fights against classic
bots with dampened Elo. Routes to human fight page or arena based
on bot type.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-08 21:07:09 +00:00
co-authored by Claude Opus 4.6
parent acbf863e4d
commit cb31fdbbae
2 changed files with 119 additions and 0 deletions
+5
View File
@@ -81,6 +81,11 @@ const routes = [
name: 'tournament',
component: () => import('./pages/TournamentPage.vue'),
},
{
path: '/practice',
name: 'practice',
component: () => import('./pages/PracticePage.vue'),
},
]
export const router = createRouter({