Hey folks, I've been into programming since I was 8 and have dabbled in pretty much every language out there, including some esoteric ones. Right now, I'm working on a game and I've gone through about 7 rewrites, each time using a different language—right now I'm using C#. I have a strong background in C and I really want to stick to it for this game, but I keep finding myself wanting to switch languages. It's like how I used to hop between Linux distros, which I got away from after moving to Windows. How can I make myself enjoy C and not get distracted by the urge to hop around to other languages again?
1 Answer
If you’re sticking with C#, why not consider using Godot? It’s a user-friendly, open-source engine and can be a great fit for your game. Given your skills, you might even feel inspired to create your own engine!
I’ve actually rewritten the engine as well! It’s been a custom engine based on SDL3.