I've always wanted to dive into programming, especially to create my own games or mods for existing ones. I'm totally new to this and feeling a bit lost on how to decide which programming language to learn first. Any advice?
1 Answer
If you're looking into game development, you might want to start with a game engine. Unreal Engine is popular but uses C++, which can be challenging for beginners. Unity, on the other hand, uses C# and is often considered more beginner-friendly. Before jumping into a game engine, it could be beneficial to learn the basics of programming to really grasp the concepts better first.

Thanks for the tip! I know I need to start with the basics, but I just wanted to know which language to focus on first.