Server heavy refactoring 3 (not functionnal)

This commit is contained in:
Sebastien Riviere
2026-03-04 18:36:06 +01:00
parent 8046feadb0
commit e1b6c0e0c5
50 changed files with 6576 additions and 687 deletions

View File

@@ -7,7 +7,7 @@ export const Colors = {
}
export const GameState = {
SETUP: "setup",
SETUP: "default",
PLACEMENT: "placement",
PLAYING: "playing",
FINISHED: "finished"