Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 669 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 669 Bytes

Othello Minimax

C++ OpenGL/GLUT based Othello with an AI that uses the Minimax search algorithm.


Configuration & Running steps

Mac:

  • 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.

Windows: