Making a Game With C++ and SDL2

Making a Game With C and SDL2 - GMTK Game Jam 2021 A year ago, in my “Learning SDL2 in 48 Hours“ video, I used the 2020 GMTK Game Jam as an opportunity to try to learn how to use C with SDL2 (a low level audio, input, and graphics library that you’ve probably heard of). In this video, I attempt the challenge again, for the GMTK Game Jam 2021! Check out Twini-Golf here: → Source Code: Codergopher’s SDL2 series: → Twitter: → Twitch: → Join the PolySpace Discord: ---Chapters--- 0:00 Intro 0:29 Setting Up SDL2 0:45 The Theme (bruh) 1:11 My Secret Plan... 1:34 Entity & RenderWindow Class 1:46 Drawing a Sprite 2:12 My Game Idea 2:37 Initial Prototype 2:55 Prototype Code Explanation 3:39 Prototype Art 3:49 Tiles & Collisions 4:05 Collision Code Explanation 4:23 More Art & Dir
Back to Top