Preference-based refactoring

This commit is contained in:
sepia 2025-07-19 18:34:45 -05:00
parent cd21e4e8bd
commit 1f19022d45
12 changed files with 74 additions and 1062 deletions

8
.goosehints Normal file
View file

@ -0,0 +1,8 @@
Frontend: HTMX and plain JS/CSS
Backend: Elysia (TypeScript)
Important files:
* src/index.ts - backend entrypoint
* src/game/GameInstance.ts - gomoku game logic
* src/game/WebSocketHandler.ts - network with players via websockets
* src/view/board-renderer.ts - render frontend components