iOS Game that Runs Continuously in Background

Posted by user2913669 on Game Development See other posts from Game Development or by user2913669
Published on 2013-10-29T08:29:23Z Indexed on 2013/10/29 16:14 UTC
Read the original article Hit count: 263

Filed under:
|
|
|
|

I'm trying to understand the most logical way of creating an iOS game that runs continuously in the background.

For example.. you have tower and enemy waves. The game has endless enemy waves even when the game exits. When you open the game again, it will retrieve the data that occurred when the app was closed.

I assume a database on a server would be the best solution. The values continuously increment on the server. The game connects to the server and retrieves the specific user's updated game data.

© Game Development or respective owner

Related posts about c++

Related posts about c#