/Gomoku-Bot

My entry into the HackerEarth Battle of Bots #4 competition. It finished in 9th place.

Primary LanguagePython

Gomoku Bot

This is my entry to the HackerEarth Battle of Bots 4 competition (requires login).

Objective

Create a bot that will compete in the game Gomoku. Problem statement can be found here.

How To

To run the bot, just run main.py and input a 10x10 board as described in the problem statement. The script will output the coordinates of the move it would like to make.

Results

My bot placed 9th in the competition.