Files
golias/todos.md
2025-05-09 14:39:33 +03:00

22 lines
517 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
- after the game started (isrunning) players should be able join guessers, but not switch team, or join as a mime;
- do not let wrong team press buttons;