https://github.com/codebox/connect4
https://github.com/codebox/connect4
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebox/connect4
- Owner: codebox
- Created: 2019-12-06T15:32:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:25:26.000Z (about 3 years ago)
- Last Synced: 2023-03-11T21:48:08.915Z (almost 3 years ago)
- Language: Python
- Homepage: https://codebox.net/pages/connect4
- Size: 49.8 KB
- Stars: 4
- Watchers: 2
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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