https://github.com/sharpbit/connect4
https://github.com/sharpbit/connect4
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sharpbit/connect4
- Owner: SharpBit
- Created: 2022-11-14T22:07:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T22:22:08.000Z (about 3 years ago)
- Last Synced: 2025-02-08T13:41:58.360Z (12 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.