LesterLyu / Connect-Four-AI-GUI

Connect Four AI with GUI implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSC384 Project

How to run on CDF / Ubuntu

Note:

  • we need python version >= 3.5

run GUI version of Connect Four

chmod 755 run.sh
./run.sh

or

python3.5 gui.py

run Text version of Connect Four

chmod 755 run.sh
./run.sh -t

or

python3.5 connect_four.py

About

Connect Four AI with GUI implementation


Languages

Language:Python 86.1%Language:Tcl 13.8%Language:Shell 0.1%