Files
golias/todos.md
2025-05-22 16:47:49 +03:00

27 lines
953 B
Markdown

### feats
- auto close room if nothing is going on there (hmm) for ~1h;
- words database (file) load and form random 25 words;
- different files for each supported lang;
- mark cards (instead of opening them (right click?);
- invite link;
- login with invite link;
- add html icons of whos turn it is (like an image of big ? when mime is thinking);
- there two places for bot to check if its its move: start-game; end-turn;
- remove bot button (if game is not running);
#### 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;
- cleanup backlog after new game is started;
- guessers should not be able to open more cards, than mime gave them +1;
- sse hangs / fails connection which causes to wait for cards to open a few seconds (on local machine);