How to delay my AI move
Posted
by Mythili
on Stack Overflow
See other posts from Stack Overflow
or by Mythili
Published on 2010-04-30T07:23:54Z
Indexed on
2010/04/30
7:27 UTC
Read the original article
Hit count: 340
cocos2d
|cocos2d-iphone
I am doing a game like chess. As soon my player move is completed(if he starts move from one place to another), my AI move is started (before my player reaching his destination ). Sometimes i find difficult which AI coin is moved now. how to delay it.
© Stack Overflow or respective owner