Feat: add game over
This commit is contained in:
8
todos.md
8
todos.md
@ -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;
|
||||
|
Reference in New Issue
Block a user