Fix: number of guesses
This commit is contained in:
7
todos.md
7
todos.md
@ -20,6 +20,7 @@
|
||||
- clear indication that model (llm) is thinking / answered;
|
||||
- different files for each supported lang;
|
||||
- mark cards (instead of opening them (right click?);
|
||||
- on end of turn clear all the marks;
|
||||
|
||||
#### sse points
|
||||
- clue sse update;
|
||||
@ -40,11 +41,13 @@
|
||||
- if mime joins another role, he stays as mime (before game start); +
|
||||
- guesser llm makes up words, likely the prompt should be more clear; +
|
||||
- remove bot does not remove for player roles in the room; +
|
||||
- 0 should mean without limit;
|
||||
- guesser did not have same number of guesses (move ended after 1 guess); show how much guesses left on the page (red after blue); +
|
||||
- 0 should mean without limit; +
|
||||
- sse hangs / fails connection which causes to wait for cards to open a few seconds (on local machine) (did not reoccur so far);
|
||||
- invite link gets cutoff;
|
||||
- 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;
|
||||
- remove join as mime button if there is a mime already on that team (rewrite teampew templ);
|
||||
- openrouter 429 errors;
|
||||
- there is a clue window for a mime before game started;
|
||||
- retry call to llm (if 400|429|4xx);
|
||||
- when llm guesses the word it is not removed from a pool of words making it keep guessing it;
|
||||
|
Reference in New Issue
Block a user