An implementation of Monte Carlo simulations to play Connect 4.
Tests are designed to be used with pytest. Tests can be run with pytest -v
after pytest has been installed locally
The included bash-python-script.sh is what I used to run the code during the competition.