Enha: filter out some words

This commit is contained in:
Grail Finder
2025-06-19 18:37:16 +03:00
parent d4daa02155
commit 2db1c246a4
10 changed files with 3402 additions and 5927 deletions

View File

@ -5,7 +5,6 @@
- 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 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;
@ -16,6 +15,7 @@
- autoscroll down backlog on update;
- gameover to backlog;
- ended turn action to backlog;
- clear indication that model (llm) is thinking / answered;
#### sse points
- clue sse update;
@ -38,4 +38,5 @@
- invite link gets cutoff;
- mime rejoined the room: does not see colors; state save in store.json has empty role and team +
- restart bot routines after server restart; +
- guesser did not have same number of guesses (move ended after 1 guess); show how much guesses left on the page;
- guesser did not have same number of guesses (move ended after 1 guess); show how much guesses left on the page (red after blue);
- guesser bot no request after game restart;