Authors: Jiancong Gao and Zilong Liang.
This is a Gomoku AI agent implementation, as the final project of DATA130008 in Fudan University. Modified Alpha-beta pruned Minimax is implemented as main algorithm in agent.py
.
It uses Piskvork as running framework, and we implement our agent according to pbarin-python template. To generate executable AI, run:
pyinstaller.exe pbrain.py pisqpipe.py --name pbrain-gomoku.exe --onefile
Our report shows our work in detail.