I'm relatively new to coding and currently attending community college, where I'm taking an Intermediate Software Design class focused on C++. I passed the prerequisite course with a 90%, so I know the basics, but I'm really struggling with the pace of this class. It's just week two, and I'm already feeling overwhelmed and questioning whether this journey is worth it. I'm really interested in game design and have a goal to create a video game based on a card game idea I've had, as well as an RPG set in a universe I've been building for nearly a decade. I've dabbled in GameMaker, but I'm uncertain if it's the right engine for me. I've also taken some courses on Udemy related to C++, but the community college workload feels intense. Any suggestions on how to keep coding fun and motivating? What did you all do when you felt this way?
2 Answers
It sounds like you might be mixing up two different paths: being a game developer and creating your own game. Diving into your project could actually keep you motivated and help you learn a lot. Even if your game doesn’t become a hit, simply getting it out there could be more rewarding than just going to school. Plus, talking about your game in interviews can show your passion for problem-solving, which is super valuable!
Try blending your C++ practice with real game mechanics! It can make the learning process way more enjoyable. If you're looking for a game engine, consider checking out Godot; it's beginner-friendly and quite powerful!

That sounds like a solid idea! I’ve started some courses where we create games while learning C++. It's helping me grasp the concepts better when applied.