0

Is Python a good language to code games?

11th Feb 2017, 3:50 PM
Tamás Csertán
Tamás Csertán - avatar
2 odpowiedzi
+ 3
If u want to code games, you should learn Java :-)
11th Feb 2017, 3:58 PM
Samuel Šúr
Samuel Šúr - avatar
+ 3
Python can be a good language for coding games, but games that don’t require power from the CPU/GPU, otherwise it would be way too slow. Most of the python-based games I’ve seen are these typically Japanese games in which you only see pictures, sometimes a sort of animation, and you have several answer choices in conversations. In game industry, the most common language is C++ due to the fact you can highly optimize it. CryEngine for instance uses C++. Unity is oriented toward C#, and you can also create some games with Java. There are also some languages specific to some engines, such as the Gamemaker engine which has its own C-like language. Actually, it highly depends on the framework you are going to work with if you are not planning to develop your own one.
11th Feb 2017, 4:10 PM
Lucien Cartier-Tilet
Lucien Cartier-Tilet - avatar