Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 150 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 150 Bytes

Tic-Tac-Toe_minimax

Fun project of Tic-Tac-Toe done using C++. The players are human vs computer. Computer player uses minimax algorithm to play.