Skip to content

The Gomoku agent for the project of Artificial Intelligence (DATA130008.01) @ Fudan University

License

Notifications You must be signed in to change notification settings

simonwangao/Pickle_Gomoku_Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pickle Gomoku Agent

The Gomoku (Five in a Row) agent Pickle for the project of Artificial Intelligence (DATA130008.01) @Fudan University

Pickle is based on threat space search, which is a rather strong searching algorithm.
Support Gomocup protocol.

Using Pyinstaller to get the exe package:

pyinstaller.exe pickle_new.py pisqpipe.py utils.py threat_space_search.py --name pbrain-pickle.exe --onefile

Download the standard interface Piskvork to start the game.

About

The Gomoku agent for the project of Artificial Intelligence (DATA130008.01) @ Fudan University

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages