Implementation of a checkers game in python and arcade.
Create a virtual env:
$ mkvirtualenv --python=python3.6 checkers
If you already have the environment:
$ workon checkers
Install all dependencies:
$ poetry install
Run:
$ python src/checkers.py
Tests:
$ pytest
- Rafael Coelho - rafaellcoellho