Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 2.35 KB

README.md

File metadata and controls

76 lines (50 loc) · 2.35 KB

Gobot

Github top language Repository size License Github stars


A simple Gomoku Bot

📝 Table of Contents

🧐 About

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.

🏁 Getting Started

Prerequisites

What things you need to install the software and how to install them.

Build

  • Windows
    Generate the pbrain-gomoku-ai.exe with
python3 compile.py
  • Linux
    Generate the pbrain-gomoku-ai binary with
make

🔧 Running the tests

To run tests you need to install pytest and use:

make tests_run

🎈 Usage

  • Run the Piskvork manager
  • Build the project and add the pbrain-gomoku-ai.exe file as a player.

Made with ❤️ by LuckMeelo