-
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [x] optional description [li…
skial updated
3 years ago
-
Implement best response with step and step_back
-
During devctm.com's first ring game, mb2 coughed up this:
```
2021-03-05T23:32:23.011071727Z thread '' panicked at 'attempt to subtract with overflow', mb2/src/table.rs:3788:17
2021-03-05T23:32:23.…
-
the word lists are different from wordle.
if helpful, here's the wordle list:
```
valid_guesses = ["aahed","aalii","aargh","aarti","abaca","abaci","abacs","abaft","abaka","abamp","aband","abash",…
-
Implement the SoHe game as described by Rich on the BARGE mailing list:
> each player dealt six cards to be split into separate Hold'em and Omaha high hand; pot is split between best Hold’em and Om…
-
At this moment if a player gets disconnected during the middle of the game, there is no mechanism to handle this.
sg777 updated
3 years ago
-
- [ ] Gameplay
- [x] User interface
- [x] Players around a table
- [x] Cards displayed
- [x] Backend
- [x] Design a poker state
- [x] Poker logic to upda…
-
Currently mb2 treats players who never show up the same as players who have been playing, but time out. In both cases the player is marked as on vacation and at showdown, if the player is in a hand (u…
-
## Description of bug / unexpected behavior
trying to set up logging in a config file fails
## Expected behavior
logs written to a file
## How to reproduce the issue
Code for reproduci…