Skip to content
C-Collamar edited this page Nov 4, 2016 · 5 revisions

Welcome to the Tic-Tac-Toe-Artificial-Intelligence wiki!

Aside from doing this as a hobby, this project will serve as my introductory experience to artificial intelligence (in which I'm probably not ready for lol).

Regarding the programming language used, I used C because it is currently the most comfortable language for me, plus I'd like to experience coding a relatively large project from scratch :)

I'm not really good at documenting, 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

Clone this wiki locally