Feat: renotify bot btn and handler

This commit is contained in:
Grail Finder
2025-06-13 19:37:17 +03:00
parent 4d45a886d2
commit bddaa912de
5 changed files with 32 additions and 6 deletions

View File

@ -1,17 +1,17 @@
### feats
- auto close room if nothing is going on there (hmm) for ~1h;
- words database (file) load and form random 25 words;
- 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;
- 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);
- there three places for bot to check if its its move: start-game; end-turn, after mime gave clue;
- remove bot button (if game is not running, or bot already added);
- show in backlog (and with that in prompt to llm) how many cards are left to open, also additional comment: if guess was right;
- if bot already added; remove add bot button;
- hide clue input for mime when it's not their turn;
- needs resend to llm btn;
- needs resend to llm btn; +
#### sse points
- clue sse update;
@ -30,3 +30,5 @@
- sse hangs / fails connection which causes to wait for cards to open a few seconds (on local machine);
- after starting a new game (after old one) blue mime has no clue input;
- gameover to backlog;
- remove verbs from word file;
- invite link gets cutoff;