-
Notifications
You must be signed in to change notification settings - Fork 0
Home
C-Collamar edited this page Nov 3, 2016
·
5 revisions
Welcome to the Tic-Tac-Toe-Artificial-Intelligence wiki!
Aside from being a hobby, I'm doing this project as my introductory experience to artificial intelligence. I chose C since it is currently the most comfortable language for me. I'm not really good at documenting (and englishing!), so I'll leave you with some references that I used which helped me a lot in developing this game.
References: Minimax - Wikipedia Minimax Search - WikiBooks minnimax algorithm - Youtube Tic Tac Toe: Understanding The Minimax Algorithm