CO456 final project for team MonkeyCat (Ethan Santos, Yiwen Dai, Ginyat Lyatifov).
Uses the chess python library. Install with
pip install chess
usage: antichess.py [-h] [--print] side
- side argument should be either "black" or "white"
- include --print argument for prompts and printing board every turn (otherwise do not use)