Feat: start game btn; add todos.md

This commit is contained in:
Grail Finder
2025-05-09 09:28:30 +03:00
parent 659c8dbbec
commit e20118acea
5 changed files with 42 additions and 14 deletions

20
todos.md Normal file
View File

@ -0,0 +1,20 @@
### feats
- game state (running/not);
- start game: btn, endpoint;
- mime: clue + number;
- game log: what clues were given, who opened what cards;
- end game: who won.
- end game: two reasons (black word; all words);
#### sse points
- clue sse update;
- join team;
- start game;
- end turn;
- open card;
- game over;
- timer per turn (when added);
### issues
- new client login rewrites room creator (test room issue);