+ 1
Which is the best programming language for building video games?
Primarily for complex videogames, and please don’t list any game engines because I want to make mine from scratch :p
3 odpowiedzi
+ 2
C++, Java, Javascript
+ 2
0
From scratch: C/C++ since you'll have to make direct OpenGL or DirectX calls for graphics along with other system calls for I/O. Your code won't be easy to port unless you at least use SDL.