You can solve tic-tac-toe just by enumerating all the game states. There are a few corners you can cut, but not many.
Here is a nice graphical representation of how to do this. http://xkcd.com/832/
4
solved Better AI for Tic & Toe [closed]
You can solve tic-tac-toe just by enumerating all the game states. There are a few corners you can cut, but not many.
Here is a nice graphical representation of how to do this. http://xkcd.com/832/
4
solved Better AI for Tic & Toe [closed]