This is the framework for creating a checkers implementation. It uses the international rules as specified on https://en.wikipedia.org/wiki/International_draughts with the following exceptions:
- you don't have to capture the maximum number of pieces possible
- you only lose when you cannot make any valid moves
- Fork Repository
- Clone Repository
git clone <url>
- Move to cloned directory
- Add remote for your fork
git remote add <name> <url>