+ 1
Which language is useful for core gaming
Gaming
2 odpowiedzi
+ 1
Madhan Mohan for core gaming you need an SDK like UNITY or Unreal or FrostBite. Those in the industry call them game engines. The C# language is used to code the game logic and a plethora of other things in UNITY. According to me you need to know C/C++ and a scripting language like Lua to go Core. And if you ask, why Lua? Why not Python? I would only say Lua is lightweight...
Summarising, assuming you're just starting out; start with C#, learn the language fundamentals, learn to use the algorithms and data structures well.
All the best in your learning 👍
0
Thanks bro