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

Gomoku agent in Python, as an exercise project in Artificial Intelligence

Notifications You must be signed in to change notification settings

zlliang/gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gomoku agent in Python, as an exercise project in Artificial Intelligence

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages