Tic Tac Toe


You vs A.I.

Details



This is a basic app to play around with basic A.I. concepts such as Game-Trees. What amazes me is that this thing never loses



How does it work?

The game is powered by a Game Tree that helps determine which is the best long term move for the A.I. system to make (note: Minmax algorithms point system wasnt used) using a bit of statistics and probability