Tagged Questions
0
votes
2answers
263 views
Which platform (server) use for turn based card game?
My game will do next:
Dealing 4 cards to every player
Random player is turning over 1 card, after him another (which has
seen card of previous player) and etc.
On the end player with the highest ...
5
votes
1answer
490 views
iOS Game Center - Quit turn-based games for previous version of app
I have a game on the iOS App Store that uses Game Center for turn-based multiplayer (GKTurnBasedMatch). I recently updated the app with a new game mode and I had to change the network protocol for ...
5
votes
1answer
2k views
Network client-server message exchange and clock synchronization help
i'm doing a fast paced physics game that is a table hockey. With two mallets and one puck. The game runs on iphone / ipad and i'm doing the multiplayer part through GameCenter.
This is how the ...
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 ...
3
votes
2answers
187 views
How do I allow a player to manager several games at once with different players using game center?
I wish to do a turn based multiplayer game like Words with friends on the iphone. I would like to know the approach for the implementation to allow the user to continue games that are currently still ...
8
votes
1answer
539 views
How are you handling scores that can worsen (e.g. Elo rating) in Game Center?
Currently, Game Center leaderboard scores can only change one-way (e.g. increase). This makes it impossible (I think) to deal with Elo ratings and the like. How are you getting around this in your ...
3
votes
1answer
649 views
Apple Game Center - Sharing Data between 2 SKUs possible or not?
Question: Is it possible to access the same leaderboards and achievements via GC from 2 versions of a game (i.e. 2 different SKUs, one for iPhone/iPod and another for iPad. Where both are actually the ...
5
votes
2answers
195 views
Game uses gamecenter in iphone - can I design a fallback for 3G and prior devices?
If I develop a game using gamecenter, does itunes connect lock me in to only supporting 3GS and above with iOS 4.0 and above, or will it still allow sales of my game on older devices (as long as I ...
4
votes
1answer
355 views
Can I start implementing Game Center in my iPhone app, without having created a new app in iTunes connect?
I'm in the process of developing a game for the iPhone and I want to add Game Center support to it. The problem, as I see it, is that I need to have named my app, created an icon and uploaded ...