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:
co-authored by
Claude Opus 4.6
parent
acbf863e4d
commit
cb31fdbbae
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user