- Clone the repo
- In the directory of the repo, run
pip install -r requirements.txt
- Make sure the server is running
- To create a game, run
python connect4.py -c
- To join an existing game, run
python connect4.py -j <game_id>
- Use
python connect4.py --help
for more info.