tic tac toe game ai as3

Posted by David Jones on Game Development See other posts from Game Development or by David Jones
Published on 2012-06-26T22:45:32Z Indexed on 2012/06/27 3:24 UTC
Read the original article Hit count: 272

Filed under:
|
|
|

I'm looking into creating a simple tic tac toe/noughts and crosses game in actionscript3 and am trying to understand the ideas behind the ai used in a game like this.

I've seen some simplistic examples online but from what I've read a game tree or something like minimax is the best way to go about this. Can anyone help explain or reference any good examples of this?

I've seen that there is a library called as3ds - data structures for game developers which has a number of classes that might help tie this together?

Any info/examples or help is much appreciated

© Game Development or respective owner

Related posts about ai

Related posts about actionscript-3