Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 823 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 823 Bytes

gomoku-ai-framework

Visualized go board by tkinter, designed for Gomoku AI competition

AI vs AI Gomoku Framework

Download current release

just Download the newest version in master branch

How to start?

Run ai_ai_gui_demo.py or ai_human_gui_demo.py
The code is really intuitive and straight foward to understand

How to build a AI with the framework?

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