Is it possible to design a multiplayer game which can be played from different devices?
Posted
by
user9820
on Game Development
See other posts from Game Development
or by user9820
Published on 2012-04-11T05:00:51Z
Indexed on
2012/04/11
5:45 UTC
Read the original article
Hit count: 289
I want to design a online multiplayer game for all gaming devices e.g. Desktop PC, internet browser, android phones, android tablets, iphone, ipad, XBOX 360 etc. Now my main requirement is that, I want all devices can be used to play the game in multiplayer mode toghether i.e. One player can be connected using PC another using android phone and other may be with iphone or ipad.
My doubts are -
- How to make all devices to connect to common game server?
- What will be the logic for graphics and texture because all devices screen will be of different aspect ratio?
© Game Development or respective owner