Want to get better at backgammon? You'll need practice.
To help you identify what point a checker is on more quickly!
Figure out who's leading the race in record speed!!!
Perfect your bear-off cubing skills!!!!
Download the latest release for your platform.
Use conda (or better yet mamba) to create an isolated python environment:
## create and activate the environment
mamba create -n bgtrainer -c conda-forge "python>=3.11" --file requirements.txt
conda activate bgtrainer
## install additional requirements without updating pkgs
mamba install -n bgtrainer --freeze-installed --file requirements-dev.txt
## editable install of the package without using pip for dependencies
pip install --no-build-isolation --no-deps -e .
## activate pre-commit:
pre-commit install
To run, simply activate the appropriate environment and run bgtrainer
:
conda activate bgtrainer
bgtrainer