Xavientois / connect4

Home Page:https://codebox.net/pages/connect4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 env/bin/activate

train network

python src/main.py

run webserver to play

python src/webserver.py

tests

from root of project:

./test.sh

About

https://codebox.net/pages/connect4


Languages

Language:Python 55.2%Language:HTML 29.7%Language:JavaScript 13.3%Language:CSS 1.8%Language:Shell 0.1%