Tagged Questions
2
votes
1answer
163 views
How can I create a smooth simulation for a fast-paced, multiplayer table hockey game?
I'm adding multiplayer to an iPhone game that we have in our company. It's a sort of 'table hockey' game, with a puck and two mallets.
It's a pretty fast game, so I need a smooth experience at both ...
7
votes
3answers
3k views
Game server for an android/iOS turn-based board-game
I am currently programming an iPhone game and I would like to create an online multiplayer mode. In the future, this app will be port to Android devices, so I was wondering how to create the ...