My 1st C++ Game Traversal - Updates and Additions - Vlog
I've added six new fundamental mechanics to the code of my game, and I review those here, as an absolute noob to coding and gamedev.
Thanks for 18 downloads! I've added the first full level in addition to the tutorials level to the prototype. Itch (https://macbigicekeys.itch.io/traversal-prototype) - 18 Jan. 2025.
I kept thinking it'd be cool to try and code something from scratch. How do you go from characters and numbers on a screen to the thing I love (games). This is where I was at after about a few weeks of starting to learn Cpp or C Plus Plus or C++ (version 2017) and Microsoft Visual Studio 2022 (free). I spent hours on learncpp.com, which was probably the most helpful thing. I see a lot of posts about where do I start or what language or what to I make. My advice is start simple. Create whatever comes to your mind. As you start to code you'll get more and more ideas.