Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. Qt-Game for mobile devices
Forum Updated to NodeBB v4.3 + New Features

Qt-Game for mobile devices

Scheduled Pinned Locked Moved Game Development
3 Posts 3 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    urbaninvention
    wrote on 15 Oct 2014, 12:27 last edited by
    #1

    Hey guys,

    we have a special Pong-Game, developed with Qt, now we want to make an app out of that- for both platforms: iOS and android.

    My question is how complex is such a transformation? The game should allow users to play against each other with a w-lan or blouetooth connection from their smartphones.

    Thanks a lot!

    UI

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 15 Oct 2014, 22:51 last edited by
      #2

      Hi and welcome to devnet,

      It really depends on how you implemented your game first. Some application can go right through without modification and other must adapt to the new form factor.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • F Offline
        F Offline
        feldifux
        wrote on 3 Nov 2014, 11:04 last edited by
        #3

        Hi,
        I've just posted some help how to support multiple screens in another support thread, maybe that's also helpful in your case:
        http://qt-project.org/forums/viewthread/47833/

        For the multiplayer topic, it depends how complex you want to go..
        You need to decide what is calculated by the server (the player who hosts the game) and what by the client. For example you can do the calculation of the ball + server & client player movement on the server, and send the ball coordinates & server player position to the client. To make it smooth, you will probably need to interpolate these positions on the client.

        Anyways, local multiplayer on 1 device would be much easier... ;)
        We did that in a Pong game and open-sourced it - you can see the sources here: http://v-play.net/doc/v1/demos-vpong/

        And a tutorial how to make a Pong game here: http://v-play.net/doc/v1/howto-pong-game/

        Cheers,
        Chris

        Founder of Felgo SDK - http://felgo.com/qt

        Felgo simplifies

        • Mobile App Dev with Qt esp. iOS & Android
        • Game Development with Qt

        What others say

        Felgo scored #1 in Cross-Platform App Development Tools Report - see why: https://goo.gl/rgp3rq

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved