Skip to content

Xavientois/connect4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.1%
  • HTML 29.7%
  • JavaScript 13.3%
  • CSS 1.8%
  • Shell 0.1%