Feat: add game over

This commit is contained in:
Grail Finder
2025-05-11 10:03:18 +03:00
parent becd3aca02
commit cf5643227b
5 changed files with 29 additions and 10 deletions

View File

@ -1,10 +1,7 @@
### 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);
- ability to leave room;
#### sse points
- clue sse update;
@ -19,3 +16,6 @@
### 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;
- mime can give clues out of turn;
- guesser can guess the word before the clue;
- cleanup backlog after new game is started;