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

https://github.com/codebox/connect4


https://github.com/codebox/connect4

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# connect4

The code in this project is quite rough and includes a lot of experimentation and other hackery. Use it if you wish, but be prepared for problems.

## setup
pip freeze > requirements.txt
pip install -r requirements.txt
source .venv/bin/activate

## tests
from root of project:

./test.sh