feat(SCOPONE-0005): complete iteration 0 — AI mastery levels, score bar fix, difficulty selection

This commit is contained in:
Giancarmine Salucci
2026-03-31 22:22:24 +02:00
parent 6c01044c71
commit 0a030d0f01
5 changed files with 580 additions and 136 deletions

View File

@@ -14,6 +14,8 @@ export interface Capture {
export type PlayerIndex = 0 | 1 | 2 | 3;
export type Difficulty = 'beginner' | 'advanced' | 'master';
export interface Player {
index: PlayerIndex;
hand: Card[];