Hi Shephertz,
Can we use appwarp for relatime turnbased game?
actually, I referred your many examples, and api is really working awesome, currently i am working on chess game, and i want it looks like realtime but main function is turnbased.
For Ex. Lets say player A vs Player B Chess Game. When player moves his horse or etc. its changing position by 2.5 grids, Player A who playing this turn and Player B who waiting for turn, Both can see that horse is changing its position in realtime and then turn over and Player B takes turn and So on...
but its not like your AndEngine Fruity Monster(Its Completely realtime), i need some part looks like realtime(moving pawns, horse) and after move complete, another player takes turn.
can i use approach like your Tic Tac Toe ex. without worrying about realtime? is appwarp auto make it realtime?
Please link me any example available for Realtime Turnbased game.
I m developing on Android AndEngine.
Any help is appreciated.
Thanks.