A simple implementation of Reversi in Java that allows both human and automated players.
Currently, to change the players that are used when playing Reversi, you must edit the main
method in the Reversi class.
Please do not commit this change to the Reversi class.
This mode pits two AIs against one anther and will run a specified number of matches, displaying the win statistics after all of the games have completed.
Use this mode if you want to see if one AI performs better than another AI.
To use competition mode, run the game with the "-t" flag followed by the number of games to run.
Ex. java Reversi -t 1000
This section will be updated periodically with the best-performing AI.