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 Update on Monday, May 27th 2025

Simple Qt/C++ games

Scheduled Pinned Locked Moved Unsolved Game Development
80 Posts 8 Posters 40.5k 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.
  • B Bondrusiek
    12 Aug 2023, 14:06

    Matrix Rain Code
    alt text
    Source code: https://github.com/Przemekkkth/MatrixCodeRain_Qt-Cpp
    Video: https://youtu.be/x-mWpZXXI-c

    B Offline
    B Offline
    Bondrusiek
    wrote on 28 Sept 2023, 19:25 last edited by
    #56

    Image to ASCII
    source code: https://github.com/Przemekkkth/image_to_ascii-qt-cpp
    alt text

    1 Reply Last reply
    1
    • B Offline
      B Offline
      Bondrusiek
      wrote on 6 Oct 2023, 17:24 last edited by
      #57

      Qt/Box2D integration example
      source code: https://github.com/Przemekkkth/qt_box2d_integration_example
      gameplay: https://youtu.be/JfVkSZZezOk
      alt text

      B 1 Reply Last reply 22 Oct 2023, 14:21
      0
      • B Bondrusiek
        6 Oct 2023, 17:24

        Qt/Box2D integration example
        source code: https://github.com/Przemekkkth/qt_box2d_integration_example
        gameplay: https://youtu.be/JfVkSZZezOk
        alt text

        B Offline
        B Offline
        Bondrusiek
        wrote on 22 Oct 2023, 14:21 last edited by
        #58

        Gravity Tetris
        alt text
        Source code: https://github.com/Przemekkkth/gravity-tetris
        Gameplay: https://youtu.be/CqleQv0-L5Y

        B 1 Reply Last reply 3 Nov 2023, 21:12
        0
        • B Bondrusiek
          22 Oct 2023, 14:21

          Gravity Tetris
          alt text
          Source code: https://github.com/Przemekkkth/gravity-tetris
          Gameplay: https://youtu.be/CqleQv0-L5Y

          B Offline
          B Offline
          Bondrusiek
          wrote on 3 Nov 2023, 21:12 last edited by
          #59

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

          B 1 Reply Last reply 13 Nov 2023, 19:36
          0
          • B Bondrusiek
            3 Nov 2023, 21:12

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

            B Offline
            B Offline
            Bondrusiek
            wrote on 13 Nov 2023, 19:36 last edited by
            #60

            Balloon Pop
            alt text

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

            B 1 Reply Last reply 7 Dec 2023, 20:21
            0
            • B Bondrusiek
              13 Nov 2023, 19:36

              Balloon Pop
              alt text

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

              B Offline
              B Offline
              Bondrusiek
              wrote on 7 Dec 2023, 20:21 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

              B 1 Reply Last reply 18 Feb 2024, 08:55
              0
              • B Bondrusiek
                7 Dec 2023, 20:21

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

                B Offline
                B Offline
                Bondrusiek
                wrote on 18 Feb 2024, 08:55 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
                • B Bondrusiek
                  30 Nov 2022, 13:44

                  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 23 Feb 2024, 13:26 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

                  B 1 Reply Last reply 26 Feb 2024, 16:29
                  0
                  • R roco
                    23 Feb 2024, 13:26

                    @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

                    B Offline
                    B Offline
                    Bondrusiek
                    wrote on 26 Feb 2024, 16:29 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.

                    B 1 Reply Last reply 23 Mar 2024, 08:31
                    0
                    • B Bondrusiek
                      26 Feb 2024, 16:29

                      @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.

                      B Offline
                      B Offline
                      Bondrusiek
                      wrote on 23 Mar 2024, 08:31 last edited by
                      #65

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

                      B 1 Reply Last reply 29 Mar 2024, 19:56
                      0
                      • B Bondrusiek
                        23 Mar 2024, 08:31

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

                        B Offline
                        B Offline
                        Bondrusiek
                        wrote on 29 Mar 2024, 19:56 last edited by
                        #66

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

                        B 1 Reply Last reply 29 Apr 2024, 16:48
                        0
                        • B Bondrusiek
                          29 Mar 2024, 19:56

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

                          B Offline
                          B Offline
                          Bondrusiek
                          wrote on 29 Apr 2024, 16:48 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
                          • B Offline
                            B Offline
                            Bondrusiek
                            wrote on 15 May 2024, 20:04 last edited by
                            #68

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

                            1 Reply Last reply
                            0
                            • B Offline
                              B Offline
                              Bondrusiek
                              wrote on 21 May 2024, 18:25 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
                              • B Offline
                                B Offline
                                Bondrusiek
                                wrote on 12 Jun 2024, 17:44 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
                                • B Offline
                                  B Offline
                                  Bondrusiek
                                  wrote on 13 Jul 2024, 19:10 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
                                  • B Offline
                                    B Offline
                                    Bondrusiek
                                    wrote on 29 Aug 2024, 16:43 last edited by Bondrusiek 9 Feb 2024, 07:16
                                    #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
                                    • B Offline
                                      B Offline
                                      Bondrusiek
                                      wrote on 12 Sept 2024, 18:20 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
                                      • B Offline
                                        B Offline
                                        Bondrusiek
                                        wrote on 16 Sept 2024, 19:06 last edited by
                                        #74

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

                                        1 Reply Last reply
                                        0
                                        • B Offline
                                          B Offline
                                          Bondrusiek
                                          wrote on 7 Oct 2024, 19:28 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

                                          • Login

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