mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 02:10:18 +01:00
implemented game state in front end
This commit is contained in:
6
traque-front/util/gameState.js
Normal file
6
traque-front/util/gameState.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export const GameState = {
|
||||
SETUP: "setup",
|
||||
PLACEMENT: "placement",
|
||||
PLAYING: "playing",
|
||||
FINISHED: "finished"
|
||||
}
|
||||
Reference in New Issue
Block a user