Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Multiplayer implementation

  • 28-03-2014 6:55pm
    #1
    Registered Users, Registered Users 2 Posts: 17,653 ✭✭✭✭


    First of all, I have never actually created my own game. I have mucked about with plenty of tutorials but have never sat down and created my own from start to finish. Therefore, creating a multiplayer game as a first project would be running before you learn to walk. However, purely out of curiosity, I have some questions about how it is done.

    I have an idea for a simple 2D turn-based combat/fighting game for mobile. I imagine it could use the same type of client-server communication methods used by other multiplayer game apps, such as Draw Something and Scrabble, but what would these games be using for comms between the client and server?

    I was thinking about using JSON for comms, but I don't have much of an idea about how the server would work, assuming client-server is generally a better option than peer-peer. Would games like this use a simple MySQL database to save game session data? How would standard logins be handled?

    If somebody could point me in the right direction, it would be appreciated.


Comments

  • Registered Users, Registered Users 2 Posts: 454 ✭✭Kilgore__Trout


    Hi,

    Afraid can't offer much of an answer, as have yet to implement anything beyond local coop.

    If I had to add multiplayer, my first stop would be to check for middleware/existing libraries, unless your interest is more to do with learning than getting it up and running asap (which it may well be).


  • Registered Users, Registered Users 2 Posts: 447 ✭✭blocparty


    I cant shed too much light on this as Im not a developer but Nextpeer.com seems to be the defacto multiplayer add on in the mobile world these days

    could you develop the game as a single player vs AI and then integrate nextpeer?


Advertisement