how to calculate time interval between player move and AI move
Posted
by Mythili
on Stack Overflow
See other posts from Stack Overflow
or by Mythili
Published on 2010-04-28T07:05:24Z
Indexed on
2010/04/28
7:13 UTC
Read the original article
Hit count: 447
cocos2d
|cocos2d-iphone
Hii, I want to calculate time taken by the player for making his move. My player can pick his coin and make his move to a box(like in chess). If my player pick his coin early but make his move very lately, then how to calculate time between AI and player move
© Stack Overflow or respective owner