To run the MiniMax solution with sufficient memory: java -Xmx192m -jar EnosMiniMaxClient.jar -port To run the fast tournament solution: java -Xmx192m -jar EnosFastClient.jar -port Note: A large number of unit tests were developed using JUnit in order to observe good engineering principles, and to test potential heuristics. I encourage the grader to run them and observe the output using: java -Xmx192m -jar EnosFastClient.jar -port