Is it entirely possible to program AAA console quality games with Python via PyGame? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it entirely possible to program AAA console quality games with Python via PyGame?

I'm interested in learning Python to program 3D games. Is it entirely possible to program AAA console quality games like "Call of Duty" or "World of WarCraft" with Python using PyGames module?

26th Nov 2018, 1:40 AM
Sylia Gray
Sylia Gray - avatar
1 Answer
+ 5
For "big" games like the ones you mentioned, game engines using C++ are used. It is entirely possible to build a game of the same scale on Python, but I'm not sure how it would compare, performance-wise. Python is more likely to be used to script A.I. components of a game, such as bots. Check: https://www.sololearn.com/Discuss/625747/?ref=app
26th Nov 2018, 2:31 AM
Hatsy Rei
Hatsy Rei - avatar