Visualized go board by tkinter, designed for Gomoku AI competition
just Download the newest version in master branch
Run ai_ai_gui_demo.py or ai_human_gui_demo.py
The code is really intuitive and straight foward to understand
For simple example, see:
https://github.com/exeex/gomoku-ai-framework/blob/master/ai/easy_ai.py
For a simple rule-based AI, see:
https://github.com/exeex/gomoku-ai-framework/blob/master/ai/normal_ai.py
For multi .py files in a folder, see:
https://github.com/exeex/gomoku-ai-framework/tree/master/ai/many_file_ai