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. I need one tutorial for games creation
Forum Updated to NodeBB v4.3 + New Features

I need one tutorial for games creation

Scheduled Pinned Locked Moved Solved Game Development
12 Posts 6 Posters 5.3k Views 3 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.
  • milhaoM Offline
    milhaoM Offline
    milhao
    wrote on last edited by
    #1

    Hello someone an indication could me, of one tutorial creation of games in Qt-creator, i need with emergency, i am try create one game in 2D in Qt-creator, but the base what i have of knowledge in Qt is very low.

    Sorry for my English.

    jsulmJ 1 Reply Last reply
    0
    • BondrusiekB Offline
      BondrusiekB Offline
      Bondrusiek
      wrote on last edited by
      #10

      I've found few examples:

      1. https://doc.qt.io/qt-5/qtquick-tutorials-samegame-samegame1-example.html
      2. https://doc.qt.io/qt-5/qtwidgets-graphicsview-collidingmice-example.html
      3. https://evileg.com/en/post/103/
      4. https://evileg.com/en/post/98/
      5. https://doc.qt.io/qt-5/qtwidgets-widgets-tetrix-example.html
        videos
      6. https://www.youtube.com/watch?v=8ntEQpg7gck
      7. https://www.youtube.com/watch?v=2Yow0cVb8eo&list=PLQMs5svASiXM4AlcVLaX0LxA6APEWJPKZ
      8. https://www.youtube.com/watch?v=HuWiPKU1DeM
      9. https://www.youtube.com/watch?v=wxEI5sIO8Ks
        books
      10. https://www.packtpub.com/product/game-programming-using-qt-5-beginner-s-guide-second-edition/9781788399999
        my github repositories:
      11. https://github.com/Przemekkkth/games
      12. https://github.com/Przemekkkth/Draughts-Cpp-Qt
      13. https://github.com/Przemekkkth/Jumper
      1 Reply Last reply
      5
      • milhaoM milhao

        Hello someone an indication could me, of one tutorial creation of games in Qt-creator, i need with emergency, i am try create one game in 2D in Qt-creator, but the base what i have of knowledge in Qt is very low.

        Sorry for my English.

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #2

        @milhao Do you want to use Qt for game development (Qt != QtCreator)?

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        1
        • milhaoM Offline
          milhaoM Offline
          milhao
          wrote on last edited by
          #3

          @jsulm said in I need one tutorial for games creation:

          Do you want to use Qt for game development

          yes, in 2D, to be more exact, a 2d platform game

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #4

            Hi,

            Wouldn't be simpler to go with an existing engine like Godot ?

            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
            2
            • milhaoM Offline
              milhaoM Offline
              milhao
              wrote on last edited by
              #5

              yes, it crossed my mind, but I don't know if my teacher would approve.

              1 Reply Last reply
              0
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #6

                What is exactly your assignment ?

                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
                • milhaoM Offline
                  milhaoM Offline
                  milhao
                  wrote on last edited by
                  #7

                  make some application preferably a game

                  J.HilkJ 1 Reply Last reply
                  0
                  • SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #8

                    Well, Qt has some examples that you can take a look at. Digg in the documentation.

                    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
                    2
                    • milhaoM milhao

                      make some application preferably a game

                      J.HilkJ Offline
                      J.HilkJ Offline
                      J.Hilk
                      Moderators
                      wrote on last edited by
                      #9

                      @milhao well, there are some things you can do with Qt, but without a proper engine it's going to be tough.

                      But take a look at this YouTube series,
                      https://www.youtube.com/watch?v=8ntEQpg7gck

                      it should help, if you really want to make a QWidget based game


                      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


                      Q: What's that?
                      A: It's blue light.
                      Q: What does it do?
                      A: It turns blue.

                      1 Reply Last reply
                      3
                      • BondrusiekB Offline
                        BondrusiekB Offline
                        Bondrusiek
                        wrote on last edited by
                        #10

                        I've found few examples:

                        1. https://doc.qt.io/qt-5/qtquick-tutorials-samegame-samegame1-example.html
                        2. https://doc.qt.io/qt-5/qtwidgets-graphicsview-collidingmice-example.html
                        3. https://evileg.com/en/post/103/
                        4. https://evileg.com/en/post/98/
                        5. https://doc.qt.io/qt-5/qtwidgets-widgets-tetrix-example.html
                          videos
                        6. https://www.youtube.com/watch?v=8ntEQpg7gck
                        7. https://www.youtube.com/watch?v=2Yow0cVb8eo&list=PLQMs5svASiXM4AlcVLaX0LxA6APEWJPKZ
                        8. https://www.youtube.com/watch?v=HuWiPKU1DeM
                        9. https://www.youtube.com/watch?v=wxEI5sIO8Ks
                          books
                        10. https://www.packtpub.com/product/game-programming-using-qt-5-beginner-s-guide-second-edition/9781788399999
                          my github repositories:
                        11. https://github.com/Przemekkkth/games
                        12. https://github.com/Przemekkkth/Draughts-Cpp-Qt
                        13. https://github.com/Przemekkkth/Jumper
                        1 Reply Last reply
                        5
                        • milhaoM Offline
                          milhaoM Offline
                          milhao
                          wrote on last edited by
                          #11

                          thanks brothers

                          1 Reply Last reply
                          1
                          • 8Observer88 Offline
                            8Observer88 Offline
                            8Observer8
                            wrote on last edited by
                            #12

                            Tutorials:

                            • Snake in Qt5
                            • The Breakout game in Qt5
                            1 Reply Last reply
                            1
                            • BondrusiekB Bondrusiek referenced this topic on
                            • Christian EhrlicherC Christian Ehrlicher locked this topic

                            • Login

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