can play game

This commit is contained in:
2026-03-02 13:39:18 -07:00
parent 9955a7f90c
commit 0dae393d0d
27 changed files with 856 additions and 474 deletions

12
AGENTS.md Normal file
View File

@@ -0,0 +1,12 @@
<project-structure>
/client has a react typescript pnpm app with tailwindcss
- always inline prop definitions in function call
- use react FC<> components
- custom navy theme colors defined in index.css
- never use white or black, make text light navy and background dark navy
/backend
- elixir phoenix websocket server
- runs highly available in a cluster (dev environment in docker-compose.yml)
</project-structure>