1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2026-01-29 14:23:22 +00:00

fix: reset game state

This commit is contained in:
2026-01-27 13:51:58 +01:00
parent eb6011fa9d
commit 8ba37e58b7
2 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import { Click, Update, Message, Hello, EndGame, Spectate } from "common.js";
import type { Click, Update, Message, Hello, EndGame, Spectate } from "common.js";
const CELL_SIZE = 150;
const GRID_SIZE = CELL_SIZE * 3;