Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 255 Bytes

File metadata and controls

9 lines (5 loc) · 255 Bytes

connect4

An implementation of the common board game Connect4

Running

Build a python virtual environment from the requirements.txt file, add the root of the repo to your PYTHONPATH, then start the game by running python connect4/Controller.py