Skip to content

Releases: SirRender00/texasholdem

texasholdem v0.6.5

07 Jun 07:16
665bf86
Compare
Choose a tag to compare

Change Log

Fixes

  • Actually support python 3.8 by using List, Type, Dict, Tuple, etc. instead of the lowercase versions.
  • Updates the minimum python dependency from 3.7 to 3.8

texasholdem v0.5.3

07 Jun 07:16
0e7c425
Compare
Choose a tag to compare

Change Log

Fixes

  • Actually support python 3.8 by using List, Type, Dict, Tuple, etc. instead of the lowercase versions.
  • Updates the minimum python dependency from 3.7 to 3.8

texasholdem v0.7.1

20 Apr 04:20
d1bf8d1
Compare
Choose a tag to compare

Change Log

Fixes

  • Backport of v0.6.4: Fixes WSOP rule 73 where we started awarding the odd chip at the button instead of the left of the button

texasholdem v0.6.4

20 Apr 04:16
fe7b871
Compare
Choose a tag to compare

Change Log

Fixes

  • Minor fix in WSOP 73 where we gave the chip starting at the button instead of to the left of button

texasholdem v0.7.0

16 Apr 18:37
Compare
Choose a tag to compare

Changelog

This release features an overhaul to the GUI system and specifically the TextGUI had a massive overhaul.

Features

  • Added an AbstractGUI class for common functionality for all GUIs.
  • The new TextGUI
    • A new history panel
    • Support any number of players 2 thru 9
    • Chip animations
    • Improved UX

Other Changes

  • Simplification of a few steps in a betting round
  • Uncaps the python dependency

texasholdem v0.7-alpha.1

14 Apr 00:54
Compare
Choose a tag to compare
Pre-release

Change Log

Features

  • Support Windows for the TextGUI

texasholdem v0.7-alpha.0

11 Apr 02:41
Compare
Choose a tag to compare
Pre-release

Change Log

This release features an overhaul to the GUI system and specifically the Text GUI got an impressive face-lift.

Features

  • Added an AbstractGUI class for common functionality for all GUIs
  • The TextGUI features a new history panel, support for more options than just 6 players, chip animations, and more

Other

  • Minor documentation typos
  • Simplification of a few steps in _betting_round
  • Uncap the python dependency

texasholdem v0.6.3

09 Apr 08:09
465237f
Compare
Choose a tag to compare

Change Log

Fixes

  • Fixes an even niche-er min raise scenario that was not fixed in 0.6.2

texasholdem v0.6.2

09 Apr 07:03
7cfade0
Compare
Choose a tag to compare

Change Log

Fixes

  • Fixed an issue related to min raises where sometimes the min raise counted the previous two raises accidently

texasholdem v0.6.1

08 Apr 07:58
fa814ee
Compare
Choose a tag to compare

Change Log

Fixes

  • Minor error message fix