C++ OpenGL/GLUT based Othello with an AI that uses the Minimax search algorithm.
- Download Xcode developer tools.
- Open
src/Othello.xcodeproj
in Xcode. - Change the signing settings to a valid one in
Othello > Signing & Capabilities > Team
. - Build & Run the project.
- Download GLUT from SourceForge or XMission.
- Setup OpenGL & GLUT for Visual Studio by following this tutorial.
- Compile & Run the project.