An open API service indexing awesome lists of open source software.

https://github.com/sharpbit/connect4


https://github.com/sharpbit/connect4

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Connect4 AI
### Setup
1. Clone the repo
2. In the directory of the repo, run `pip install -r requirements.txt`
### Instructions
- Make sure the [server](https://github.com/exoRift/mindsmachines-connect4/) is running
- To create a game, run `python connect4.py -c`
- To join an existing game, run `python connect4.py -j `
- Use `python connect4.py --help` for more info.