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. A political management game idea
QtWS25 Last Chance

A political management game idea

Scheduled Pinned Locked Moved Game Development
7 Posts 6 Posters 6.0k Views
  • 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
    utkuaydin
    wrote on 28 May 2010, 10:20 last edited by
    #1

    Hello everyone,

    I'm thinking about developing a political management game. In this game, you become a country's president and rule your country. Anyway, I really don't know where to start. What parts of Qt should I study? And where can I learn something about AI?

    By the way, it would be awesome if somebody joins in this project. :)
    Thanks in advance.

    The only way for errors to occur in a program is by being put there by the author. ~ Harlan Mills

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on 28 May 2010, 10:29 last edited by
      #2

      I think that needed parts are: Qt Graphics Framework, Qt Multimedia, maybe Quick.
      About AI. If we are talking about academic AI types, than rule-based dynamic system should be ok for such usage. For information I think you could use "AAAI website":http://www.aaai.org/ .

      1 Reply Last reply
      0
      • J Offline
        J Offline
        jorj
        wrote on 28 May 2010, 10:39 last edited by
        #3

        Maybe try to get some basic "game" rendering working first, then apply that to the game code itself.

        AI is a complex subject, especially when talking about a game like this... maybe a multiplayer game over a network with QtNetwork would be easier to begin with??

        1 Reply Last reply
        0
        • U Offline
          U Offline
          utkuaydin
          wrote on 28 May 2010, 12:35 last edited by
          #4

          [quote author="jorjpimm" date="1275043165"]AI is a complex subject, especially when talking about a game like this... maybe a multiplayer game over a network with QtNetwork would be easier to begin with??[/quote]

          Actually that's what I'm thinking.

          The only way for errors to occur in a program is by being put there by the author. ~ Harlan Mills

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mariusbu
            wrote on 8 Jul 2010, 10:38 last edited by
            #5

            Hi Utku,

            You may want to check out "Balance of Power":http://en.wikipedia.org/wiki/Balance_of_Power_(video_game) and "Nuclear War":http://en.wikipedia.org/wiki/Nuclear_War_(video_game). They are old, and the AIs are relatively simple, but they are still amazingly addictive! :)

            An online version of Nuclear War would be Teh Awsome! :D

            Update: I just found "NetNuclear":http://studiostok.se/?page=netnuclear which seems to be exactly what I wanted! \o/

            Cheers,
            Marius Bugge Monsen (mbm)

            1 Reply Last reply
            0
            • T Offline
              T Offline
              troubalex
              wrote on 8 Jul 2010, 11:07 last edited by
              #6

              Ouch. Link bug. Tracked.

              THE CAKE IS A LIE
              Web Community Manager - Qt Development Frameworks

              1 Reply Last reply
              0
              • I Offline
                I Offline
                IrQX
                wrote on 28 Jul 2010, 23:17 last edited by
                #7

                If you want to develop game "Like this":http://pc.ign.com/objects/016/016873.html

                You need to learn Qt Graphics Framework first, for writing graphics-engine for rendering 2D/3D sprites.

                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