Making my game in #python kinda has that lingering thought of avoiding "the real stuff", fueling my impostor syndrome. Python is incredibly fun and I'm learning a lot of stuff about game development and programming concepts, but it still feels like "baby-level" programming compared to stuff like C++ 🫠 Though it's fun so part of me doesn't care XD #coding #gamedev #development #cs #programming #videogames
@claras_universe At this point I kind of feel like expertise in C++ is like expertise in mowing a lawn with nail-scissors. I’ve released games using C++, but - dear Cthulhu - save me from ever having to encounter its silliest horrors ever again.
@claras_universe Many games use ‘something else’ for their game logic and reserve C++ for very specific tasks that require speed. A good design with an efficient algorithm will usually do more for you than a tight inner-loop of C or C++.