Online real time fast paced iPhone/Android game. Possible/Stable?
Discuss Online real time fast paced iPhone/Android game. Possible/Stable? in the Mobile Programming forum on Dev Shed. Online real time fast paced iPhone/Android game. Possible/Stable? Mobile Programming forum discussing development for mobile technologies from basic mark-up languages
such as WML and XHTML MP to server generated code and applications. Widsets, SMS, gateway and server
set up are also covered here.
Posts: 40
Time spent in forums: 7 h 1 m 28 sec
Reputation Power: 3
Online real time fast paced iPhone/Android game. Possible/Stable?
I don't own either device. I've only played angry birds once and that was on a friend's device.
I've never seen a multiplayer game that wasn't turn based.
I have an idea for a multiplayer game that is real time and fast paced.
Will such a game be stable.
I'm under the assumption that connections speeds aren't that fast&stable.
please let me know of your experiences with online multiplayer hand held games!
Posts: 7,931
Time spent in forums: 2 Months 7 h 43 m 47 sec
Reputation Power: 6991
It depends a large part on how much error your application can tolerate. The more you can interpolate data on the client side the greater a tolerance your application will have for inconsistent connections. For example, if your client side application can guess acceptably accurately what's going to happen during the next 5 seconds then you wouldn't need as stable as a connection as if it could only guess what's going to happen during the next 50 milliseconds.
Something like a first person shooter cannot interpolate effectively beyond a couple hundred milliseconds, but something like a real time strategy game could probably effectively interpolate for a 2-3x longer.