A simulator of and minimax agent for the board game Hive.
Agent performance is currently poor due to the difficulty of simulating the game and the simple heuristic used. There is ample scope for improving upon the representation, reusing calculations, exploiting symmetries etc. Code clarity can also be improved.