0
Which languages should I learn if I want to make open world platformer game for pc?
2 Answers
0
Many general purpose languages are used in the graphics engines (E.g.: Unity, Unreal Engine, MonoGame). C++, C# and Java are the most used, so you can found a lot of documentation about them.
0
Thanks