Reading material on development of cross-platform games

Started by
0 comments, last by superman3275 9 years, 9 months ago

Hi,

I like the concept of games where one game world can be accessed through different devices. With that I mean games where you can walk through the game world on your desktop, then exit, take your mobile phone and continue there from the same gamestate as you left the game at on your desktop.

I am planning to build such a game in the future but I wonder if there are any books written on this topic?

Specifically I'd like to find out more about the following issues:

1. How to write (most) code once and get the game to work on multiple platforms.

2. What tools/frameworks are available that can help in this.

3. architectural tips for the webserver that is required to maintain the gamestate across devices.

4. Is there a common name for these types of games?

Any tips, articles, books, etc are welcome!

Gr. Refresh

Advertisement

You need to start way, way smaller.

I'm a game programmer and computer science ninja !

Here's my 2D RPG-Ish Platformer Programmed in Python + Pygame, with a Custom Level Editor and Rendering System!

Here's my Custom IDE / Debugger Programmed in Pure Python and Designed from the Ground Up for Programming Education!

Want to ask about Python, Flask, wxPython, Pygame, C++, HTML5, CSS3, Javascript, jQuery, C++, Vimscript, SFML 1.6 / 2.0, or anything else? Recruiting for a game development team and need a passionate programmer? Just want to talk about programming? Email me here:

hobohm.business@gmail.com

or Personal-Message me on here !

This topic is closed to new replies.

Advertisement