QtGameTutorial icon indicating copy to clipboard operation
QtGameTutorial copied to clipboard

Code for the C++ Qt Game Tutorial Series I made for YouTube.

Results 5 QtGameTutorial issues
Sort by recently updated
recently updated
newest added

Hello mr like code (I like code too ... :-)). Is it possible to add the sound files to your repos? Or is this prohibited in some way? I ask,...

I don't know how to open your project, and how to build to run it. So, could you add .pro file for each project?

hi, when calling view->show(); before setting ...->setFixedSize... then the app Window is not created correctly as the top window bar is missing or respectively out ouf screen (feat. maximize, minimize,...

hi, I'm currently at tutorial 7/8, but where can I find the sounds and image files etc. to download?

hi, as tp tutorial6: when do I have to add *parent as a class parameter and when not? e.g., not: .cpp ``` Bullet::Bullet(): QObject(), QGraphicsRectItem(){ setRect(0,0,10,50); QTimer * timer =...