C++ Game Engine | Completing the Game Loop

Опубликовано: 09 Май 2026
на канале: Cakez
2,835
60

In this Tutorial we finish the Game Loop of our game. This will conclude the Tutorial series about Pong in Cpp

····················································································
Twitch ➤   / cakez77  
Twitter ➤   / cakez77  
Patreon ➤   / cakez77  
Discord ➤   / discord  
TokTok ➤   / cakez_77  
Coding ►    / @cakezdev  
Gaming ►    / @cakeztv  
····················································································

My Game Tangy Defense
https://store.steampowered.com/app/22...

Final Result:
https://github.com/Cakez77/PongFromSc...

Clone Branch:
git clone -branch 15_finish_pong https://github.com/Cakez77/PongFromSc...
Pastebin, because YouTube shortens the Link
https://pastebin.com/AnVAHJYr

Or Switch to Branch (might need git fetch):
git fetch (could be needed, this fetches remote data)
git checkout 15_finish_pong

Repository:
https://github.com/Cakez77/PongFromSc...

····················································································

About Me *
Hey! And welcome. I'm an indie game developer, currently working on a Tower Defense Game written entirely in C/C++, I tried using Unity or Unreal Engine in the past, but never really found much success. I'm mostly posting devlog / devblog videos where I show off the progress I make on the game.

····················································································

Check out some of my other videos!
   • I Tried JAI, Can It Replace C++?! (Program...  
   • First Time Using Godot As C++ Developer  
   • Tired Of Unity? Let's Make Celeste In C++  
   • This Made My Game So Much Better - Devlog  
   • I Made Vampire Survivors In C++  
   • A Day In The Life Of An Indie Developer & ...  
   • My life changing year of C++ game development  

····················································································
#cpp #gamedev #programming

-- Timestamps--
0:00 Intro
0:22 Game Loop
1:32 Time Display
6:32 Score Display
7:25 Fixing Enemy AI
9:30 Score Screen
15:10 Closing Words
17:03 Git Stuff

I hope you liked the Video and thanks for watching.
#engine #cpp #gamedev