Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 498 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 498 Bytes

Connect 4

This project has been archived. Feel free to use the code. If you need help running it, contact @lambda#0987.

Installation

  1. Copy data/config.example.json to data/config.json and fill in the token and other values as appropriate.
  2. Create a venv using Python 3.6.
  3. pip install -r requirements.txt
  4. ./main.py

License

MIT Licensed
Copyright © 2017–2018 Benjamin Mintz [email protected]
See the LICENSE file in this repository for details.