A simple Gomoku Bot
A Gomoku Narabe game bot (also called Wuzi Qi, Slope, Darpion or Five in a Row), focusing on the performance of its artificial intelligence. This bot is compliant with Piskvork's communication protocol.
What things you need to install the software and how to install them.
- Python and Pip Version >= 3.0
- Piskvork The Gomoku Game manager used
- Windows
Generate the pbrain-gomoku-ai.exe with
python3 compile.py
- Linux
Generate the pbrain-gomoku-ai binary with
make
To run tests you need to install pytest and use:
make tests_run
- Run the Piskvork manager
- Build the project and add the pbrain-gomoku-ai.exe file as a player.
Made with ❤️ by LuckMeelo