feat : play vs engine new page init

This commit is contained in:
GuillaumeSD
2024-03-18 02:48:34 +01:00
parent 1893937c4a
commit cd927ed6d7
11 changed files with 349 additions and 3 deletions

View File

@@ -19,3 +19,8 @@ export enum MoveClassification {
Great = "great",
Brilliant = "brilliant",
}
export enum Color {
White = "w",
Black = "b",
}