Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.01 KB

Gomoku

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

Report

Our report shows our work in detail.

References

  • Gobang project (written in Javascript). Github
  • Qiao Tian and Hu Xiaoti (2016), CS221 Project Final Report: Gomoku Game Agent. Report