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.0k 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.
  • 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
                                • K Offline
                                  K Offline
                                  KiraKelly
                                  wrote on 30 Oct 2024, 03:23 last edited by
                                  #76

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

                                  1 Reply Last reply
                                  1
                                  • B Offline
                                    B Offline
                                    Bondrusiek
                                    wrote on 31 Oct 2024, 21:42 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
                                    • B Offline
                                      B Offline
                                      Bondrusiek
                                      wrote on 22 Nov 2024, 19:43 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 3 Jan 2025, 02:48 last edited by
                                        #79
                                        This post is deleted!
                                        1 Reply Last reply
                                        0
                                        • B Offline
                                          B Offline
                                          Bondrusiek
                                          wrote on 8 Mar 2025, 15:40 last edited by
                                          #80

                                          Shake Generator
                                          alt text

                                          Source code: https://github.com/Przemekkkth/shake-generator-qt

                                          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