Simple Qt/C++ games
-
wrote on 29 Aug 2024, 16:43 last edited by Bondrusiek 9 Feb 2024, 07:16
Bomberman
Remake of Bomberman written in C++ and Qt. This is a Qt/C++ fork of the C++ SFML Bomberman Game.Source code: https://github.com/Przemekkkth/QBomberman
Gameplay: https://youtu.be/qCnIcsEiYvY -
wrote on 12 Sept 2024, 18:20 last edited by
Source code: https://github.com/Przemekkkth/chrome-qdino
Gameplay: https://youtu.be/bcmY7_WObiA -
wrote on 16 Sept 2024, 19:06 last edited by
Arrow defense game
Source code: https://github.com/Przemekkkth/arrow-defense-qt-game -
wrote on 7 Oct 2024, 19:28 last edited by
Blackjack
Source code: https://github.com/Przemekkkth/blackjack-qt
Gameplay: https://youtu.be/yLGg9stgmX0 -
wrote on 30 Oct 2024, 03:23 last edited by
you are so good i have played some of the games above
-
wrote on 31 Oct 2024, 21:42 last edited by Bondrusiek
@KiraKelly Thank you very much. If you
want to popularize this thread, you can give a thumbs up for the main message. -
wrote on 22 Nov 2024, 19:43 last edited by
-
wrote on 3 Jan 2025, 02:48 last edited byThis post is deleted!
-
wrote on 8 Mar 2025, 15:40 last edited by
Source code: https://github.com/Przemekkkth/shake-generator-qt
-
wrote 22 days ago last edited by
@Bondrusiek can i share here my game ?
-
wrote 18 days ago last edited by
@EndrII-0 , sure! you can.(will be very great if you also share a source code)
-
wrote 3 days ago last edited by
Okay i publish it after release - at not it is still in Development
-
wrote 2 days ago last edited by 8Observer8
Pac-Man is cool!
A little bug here:
Maybe it is because a browser tab with a game was inactive for a while.
-
wrote about 3 hours ago last edited by
@8Observer8, Nice to hear that you like it! As for the offset — it's not a bug, it's a feature ;D. I originally designed the game for a standard window size, where the position (-2, -2) hides those elements. However, when using a browser, the background can be larger, which makes some items visible.