Skip to content

aaazyq/Gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gomoku

implemented by MiniMax with alpha-beta pruning.

-- Course project in Intro to AI, U of Waterloo, 20Fall.

by Yuqing Zhang 20911078

Youtube:https://www.youtube.com/watch?v=4cTb3-o3UlY&t=7s

The python files example.py and pisqpipe.py are the templated downloaded from https://github.com/stranskyjan/pbrain-pyrandom.

The Gomocup website is https://gomocup.org/.

The Gomoku manager is downloaded from http://petr.lastovicka.sweb.cz/piskvork.zip.

To generate your own AI, put the text below in cmd:

pyinstaller.exe example.py pisqpipe.py --name pbrain-ABC.exe --onefile

Here I use :

pyinstaller.exe example.py pisqpipe.py minMax.py utils.py --name pbrain-AI.exe --onefile

About

Gomoku in MiniMax with a-b pruning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages