Life is not easy, especially for SUSTech CS juniors taking CS303 (Artificial Intelligence).
This GUI utility is created to ease the debug process of the Gomoku AI project. You can easily integrate it with your coursework and play interactively with the AI written by yourself.
- AI vs. Human
- AI vs. AI
- Human vs. Human
- Start from a given composition
Currently this project is feature-incomplete and probably bug-rich.
This program depends on Python 3.5+ and PyQt5. You can run the following commands to download the source code and install dependencies.
git clone https://github.com/ziqin/Gomoku-Debugger.git
cd Gomoku-Debugger
pip install -r requirements.txt
Note that you may need to replace pip
with pip3
.
- Replace the content of
gomoku.py
with your coursework - Run
play_on_desktop.py