How do I choose a programming language for game development?

0
6
Asked By CuriousCoder97 On

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

Answered By GameDevGuru42 On

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.

NewbieNinja21 -

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.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.