Results 1 to 2 of 2

Thread: Turn Based Android Multiplayer Game

  1. #1
    Join Date
    Jan 2016
    Posts
    1
    Qt products
    Qt5
    Platforms
    Windows Android

    Default Turn Based Android Multiplayer Game

    Hello guys.
    Could you please help me pinpoint what I should do to easily start creating a turn based online multiplayer android game. My game is a variation of a tic-tac-toe game, wherein a player is automatched with another . All other stuff such as ad placements, leaderboards, achievements, etc. can wait. What I only want is what are the best possible Qt integrations that I can have with this, and what are the best game servers that I can easily use for this project.
    #DoingThisAlone

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Turn Based Android Multiplayer Game

    There is no magic QMultiplayerOnlineGameServer or Client class if that is what you are expecting. The task in front of you looks like this (order may vary):
    • Design game logic
    • Design communication protocols
    • Design client
    • Design server
    • Build client using Qt or other libraries as appropriate
    • Build server using Qt or other libraries as appropriate
    • Host server somewhere
    • Distribute client
    • Profit?

Similar Threads

  1. Running Qt based android application on BlackBerry OS?
    By Clever&Smart in forum Qt for Embedded and Mobile
    Replies: 6
    Last Post: 15th July 2015, 13:58
  2. Replies: 4
    Last Post: 10th July 2014, 16:22
  3. Threads or Event loop in multiplayer hangman game
    By TheIndependentAquarius in forum Newbie
    Replies: 6
    Last Post: 1st March 2014, 09:33
  4. How do you make android applications display correctly on android phone?
    By Cyrebo in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 17th August 2013, 08:31
  5. Replies: 1
    Last Post: 22nd May 2010, 08:38

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.