views:

121

answers:

3

Hi,

I want to make tic toc puzzle game for iphone .

Please help me about this.

Thanks!

+1  A: 

You might want to download the QuartzDemo sample project, to see how to draw paths on the screen.

Alex Reynolds
+2  A: 

This is a great article and future reference source to get you started:

http://mobile.tutsplus.com/tutorials/iphone/introduction-to-iphone-sdk-development/

ion
+1  A: 

Unless you want something premade, the Minimax algorithm is the best search technique for tic-tac-toe.

Chris S