This is my entry to the HackerEarth Battle of Bots 5 competition (requires login).
Create a bot that will compete in the game Reversi. Problem statement can be found here.
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.
My bot placed 14th in the competition.