Files
golias/todos.md
2025-05-09 09:28:30 +03:00

21 lines
423 B
Markdown

### 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);