backgammon Simulate backgammon games. Getting started Configure the development environment echo PYTHONPATH=:`pwd` > .env Install dependencies poetry install Run tests poetry run nose2 Run example poetry run python example.py