Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 163 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 163 Bytes

othello-minimax

A singleplayer C++ implementation of Othello, allowing a player to play against an AI with its decision making powered by the minimax algorithm.