/Reversi-Bot

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

Primary LanguagePython

Reversi Bot

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

Objective

Create a bot that will compete in the game Reversi. 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 14th in the competition.