Game Dev
-
Building a game in C++ (Part 3)
11 Aug 2024
I made some essential enhancements to the camera tracking and player movement in my hobby game dev project!
-
Building a game in C++ (Part 2)
8 Oct 2023
I continued my journey into C++ game development by planning what my game will consist of, and came up with a workflow for creating levels using spritesheets, Tiled and tmxlite.
-
Building a game in C++ (Part 1)
29 Sep 2023
I've always wanted to build my own game, so that's exactly what I set out to do using C++!