Skip to content

Releases: oradwastaken/backgammon_trainer

v0.0.3

18 Oct 02:26
Compare
Choose a tag to compare

Fixed

  • Made binaries executable by default (added chmod +x to build process).

Changed

  • For some games, game scores will now give you points if you are close

v0.0.2

11 Oct 01:21
Compare
Choose a tag to compare

Added

  • Build action to create portable binaries for windows, macOS and ubuntu.

Changed

  • Colors disabled for windows.
  • Removed the "Opening Replies" trainer for now, since it doesn't seem to be working properly.
  • Updated out-of-date documentation.

Fixed

  • Explicitly read files with utf-8 encoding so that Windows users can actually see the board
  • Fixed "Relative Pip Count trainer" so that you can see both players' checkers

v0.0.1

20 Sep 01:43
Compare
Choose a tag to compare

[0.0.1] - 2024-09-19

Added

  • Created a change log!
  • Added iSight method game, created iSight() function and related tests.
  • Added crossovers() method/property and tests to Board class.

Changed

  • random_bear_off_position() can now create a 1-sided or 2-sided bear-off position.
  • Absolute pipcount quiz now only tests one player instead of quizzing for both.