Really simple AI for playing Gomuku using the MIN/MAX algorithme in python
For building this project you need python, the lastest is the best : install it here
--- Part 1 : Runnig it You just need to run the file "pbrain-gomoku-ai.py"
Linux:
By given him autorisation and run it
chmod +x pbrain-gomoku-ai.py
./pbrain-gomoku-ai.py
or with makefile
make
./pbrain-gomoku-ai
Windows:
By run it with python
py pbrain-gomoku-ai.py
or run it with the IDE(Integrated Development Environment) of your choice
--- Part 2 : Using it For testing the programme you need to use this communication protocole : protocole here
- Leo Menard
- Hugo Forestier
- Alex Gaignard