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.