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. Simple Qt/C++ games
Forum Updated to NodeBB v4.3 + New Features

Simple Qt/C++ games

Scheduled Pinned Locked Moved Unsolved Game Development
80 Posts 8 Posters 41.1k Views 7 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.
  • BondrusiekB Bondrusiek

    Isometric tiles
    alt text
    Source code: https://github.com/Przemekkkth/isometric_tiles_qt

    BondrusiekB Offline
    BondrusiekB Offline
    Bondrusiek
    wrote on last edited by
    #60

    Balloon Pop
    alt text

    Source code: https://github.com/Przemekkkth/balloon_pop_qt
    Gameplay: https://youtu.be/mClrskccUG8

    BondrusiekB 1 Reply Last reply
    0
    • BondrusiekB Bondrusiek

      Balloon Pop
      alt text

      Source code: https://github.com/Przemekkkth/balloon_pop_qt
      Gameplay: https://youtu.be/mClrskccUG8

      BondrusiekB Offline
      BondrusiekB Offline
      Bondrusiek
      wrote on last edited by
      #61

      Tic Tac Toe
      alt text
      Source code: https://github.com/Przemekkkth/tic-tac-toe-qt
      Gameplay: https://youtube.com/shorts/WZ-MxfD1UIQ

      BondrusiekB 1 Reply Last reply
      0
      • BondrusiekB Bondrusiek

        Tic Tac Toe
        alt text
        Source code: https://github.com/Przemekkkth/tic-tac-toe-qt
        Gameplay: https://youtube.com/shorts/WZ-MxfD1UIQ

        BondrusiekB Offline
        BondrusiekB Offline
        Bondrusiek
        wrote on last edited by
        #62

        King eats queens.
        alt text
        Source code: https://github.com/Przemekkkth/king-eats-queens-qt
        Gameplay: https://youtu.be/VDb2YNfMMNA

        1 Reply Last reply
        0
        • BondrusiekB Bondrusiek

          Mario
          World1-1
          alt text
          Source code: https://github.com/Przemekkkth/Mario_Qt-Cpp
          Gameplay: https://youtu.be/dTcI_2RDFL4
          Play online: https://przemekkkth.github.io/assets/games/marioqt/index.html

          R Offline
          R Offline
          roco
          wrote on last edited by
          #63

          @Bondrusiek I want to get started doing games in Qt, and I want to try and compile it from my machine I have a Windows and QtCreator and I can't seem to make the game compile, I it some configuration that I need to change or something, this is the output I get 1d37119a-9c7b-461d-bd3b-1614d212da06-image.png

          BondrusiekB 1 Reply Last reply
          0
          • R roco

            @Bondrusiek I want to get started doing games in Qt, and I want to try and compile it from my machine I have a Windows and QtCreator and I can't seem to make the game compile, I it some configuration that I need to change or something, this is the output I get 1d37119a-9c7b-461d-bd3b-1614d212da06-image.png

            BondrusiekB Offline
            BondrusiekB Offline
            Bondrusiek
            wrote on last edited by
            #64

            @roco Hi, I tried again MarioQt on my M1 Qt 6.5.3 and it works
            f6c8c20a-cdd3-40e8-bc88-b0cfe441dccb-image.png

            You should click Build->Clean.
            Then click right button on project and click Run CMake
            You should do this things when you change mode ie from release to debug etc.
            Then app should runs.

            BondrusiekB 1 Reply Last reply
            0
            • BondrusiekB Bondrusiek

              @roco Hi, I tried again MarioQt on my M1 Qt 6.5.3 and it works
              f6c8c20a-cdd3-40e8-bc88-b0cfe441dccb-image.png

              You should click Build->Clean.
              Then click right button on project and click Run CMake
              You should do this things when you change mode ie from release to debug etc.
              Then app should runs.

              BondrusiekB Offline
              BondrusiekB Offline
              Bondrusiek
              wrote on last edited by
              #65

              Falling Sand
              alt text
              Source code: https://github.com/Przemekkkth/falling-sand-qt
              Video: https://youtu.be/kUpjpb4NaNs

              BondrusiekB 1 Reply Last reply
              0
              • BondrusiekB Bondrusiek

                Falling Sand
                alt text
                Source code: https://github.com/Przemekkkth/falling-sand-qt
                Video: https://youtu.be/kUpjpb4NaNs

                BondrusiekB Offline
                BondrusiekB Offline
                Bondrusiek
                wrote on last edited by
                #66

                Falling Rain Effect
                alt text
                Source code: https://github.com/Przemekkkth/falling-rain-effect-qt

                BondrusiekB 1 Reply Last reply
                0
                • BondrusiekB Bondrusiek

                  Falling Rain Effect
                  alt text
                  Source code: https://github.com/Przemekkkth/falling-rain-effect-qt

                  BondrusiekB Offline
                  BondrusiekB Offline
                  Bondrusiek
                  wrote on last edited by
                  #67

                  Simple Ray Casting v2
                  alt text
                  Source code: https://github.com/Przemekkkth/simple-ray-casting-2-qt-cpp
                  Gameplay: https://youtu.be/p9Ebbg9-ays

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

                    Starfield Simulation
                    alt text
                    Source code: https://github.com/Przemekkkth/starfield-simulation-qt

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

                      Camera OpenGL
                      alt text
                      Source code: https://github.com/Przemekkkth/camera-opengl-qt
                      Video: https://youtu.be/PGxLBHU9dg0

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

                        I forked a repository that contains raycasting projects. One is in the style of Wolfenstein and the other in the style of Doom. Here is a YouTube link about it (https://www.youtube.com/watch?v=fSjc8vLMg8c). Here is my repository where I created it in the style of Wolfenstein:
                        https://github.com/Przemekkkth/QDoomenstein-3d
                        alt text

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

                          Top Down Shooter
                          alt text
                          Source code: https://github.com/Przemekkkth/top-down-shooter-qt
                          Gameplay: https://youtu.be/YuSc8oCXHxk

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

                            Bomberman
                            Remake of Bomberman written in C++ and Qt. This is a Qt/C++ fork of the C++ SFML Bomberman Game.

                            alt text

                            Source code: https://github.com/Przemekkkth/QBomberman
                            Gameplay: https://youtu.be/qCnIcsEiYvY

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

                              Chrome Dino
                              alt text

                              Source code: https://github.com/Przemekkkth/chrome-qdino
                              Gameplay: https://youtu.be/bcmY7_WObiA

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

                                Arrow defense game
                                alt text
                                Source code: https://github.com/Przemekkkth/arrow-defense-qt-game

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

                                  Blackjack
                                  alt text
                                  Source code: https://github.com/Przemekkkth/blackjack-qt
                                  Gameplay: https://youtu.be/yLGg9stgmX0

                                  1 Reply Last reply
                                  0
                                  • K Offline
                                    K Offline
                                    KiraKelly
                                    wrote on last edited by
                                    #76

                                    you are so good i have played some of the games above

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

                                      @KiraKelly Thank you very much. If you
                                      want to popularize this thread, you can give a thumbs up for the main message.

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

                                        Procedural Generation
                                        alt text

                                        Source code: https://github.com/Przemekkkth/qt-procedural-generation

                                        1 Reply Last reply
                                        0
                                        • A Offline
                                          A Offline
                                          AlistairLeblanc
                                          wrote on last edited by
                                          #79
                                          This post is deleted!
                                          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