Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 185 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 185 Bytes

UNBEATABLE-TICTACTOE

A simple desktop game of TIC TAC TOE, which calculates your next moves and never lets you win!

Algorithm used: Decision making game theory algorithm - Min Max.