Skip to content

texasholdem v0.9.0

Compare
Choose a tag to compare
@SirRender00 SirRender00 released this 13 Mar 21:03

Changes in 0.9.0

Features

  • New class texasholdem.game.move.MoveIterator which is a special collection of moves which includes attributes such as action_types and raise_range. Also supports iteration and checking for membership with the in operator. Use the sample() method to sample from the collection.
  • New method texasholdem.game.game.TexasHoldEm.get_available_moves() which returns a MoveIterator of the available moves for the current player.