+ 4
Best language for Game Development
4 Respuestas
+ 6
Two of the biggest game engines (Unreal and Unity) use C++ and C# respectively, but there are engines for almost every language. In my opinion, C# is better for this kind of thing, but choose the one that suits you better.
+ 4
I recommend c++ or java
+ 4
Unity with C#
There are amazing Unity tutorials that get can get your head wrapped around some core programming concepts.
I would also reccomend learning c# independent of unity at some point as well.
Doing so would make your code more generic and flexible in other applications.
+ 3
I assume you are new to game developement as you're asking this question. A good starting point would be a good be Lua with the LOVE2d framework. The language has a really simple syntax and LOVE2d has simple functions to draw/move/animate and whatnot. Check it out if you're interested and have fun game developing!