All notable changes to this project will be documented in this file.
[0.0.3] - 2023-10-17
- Made binaries executable by default (added
chmod +x
to build process).
- For some games, game scores will now give you points if you are close
[0.0.2] - 2023-10-10
- Build action to create portable binaries for windows, macOS and ubuntu.
- 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.
- 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.
[0.0.1] - 2023-09-19
- Created a change log!
- Added iSight method game, created
iSight()
function and related tests. - Added
crossovers()
method/property and tests toBoard
class.
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.