Anyone with experience making online/multiplayer games?

Discussion in 'Public Game Developers Forum' started by Tosty, Apr 25, 2015.

  1. Tosty

    Tosty Well-Known Member

    Oct 18, 2014
    84
    0
    6
    Anyone here have experience using online/multiplayer games? Thinking of incorporating a multiplayer aspect into my next game but was wondering what the costs would be...

    As far as I see it there are 2 options server-wise for making an online game. Either direct connection to the server where data is consistently transmitted.. Or using a web-site and posting any game data there (obviously a lot slower than direct connection) to be later retrieved again by the game.

    What would some costs be looking like if I were to use direct server connection? What would I need exactly, a dedicated VPS server?

    The web-site post-data method would also only work on static boardgame-like type of games. Anything that requires faster data transmission like a first person shooter or racing game competing against other online players would definitely need a direct server connection to transmit data.
     
  2. mr.Ugly

    mr.Ugly Well-Known Member

    Dec 1, 2009
    1,673
    0
    36
    Berlin, Germany
    https://www.exitgames.com/

    We used this on 2 different mobile games (realtime tower defense + massive mmo)

    they are rock solid, performance is good support is good too and they are german tech geeks so :)

    hard to find a better and cheaper solution and with the ability to let them host server in their cloud instead its also very interesting for smaller indie games who still have a budget thats not nil.
     
  3. danglingneuron

    danglingneuron Active Member

    May 22, 2015
    26
    0
    0
    Software Developer
    USA
    I second Exit Games Photon. I am using their realtime/cloud service which is GREAT! you could host your server yourself as well if youw ant authoritative server.. but cloud service is the best and its cheap.

    My game Air Soccer Fever now provides realtime multiplayer gameplay across Windows Phone, Android and iOS.

    https://itunes.apple.com/us/app/air-soccer-fever./id994351774

     

Share This Page