So if Python is for game development, what can you do about PyGame? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

So if Python is for game development, what can you do about PyGame?

All about PyGame.

3rd Feb 2017, 9:25 AM
Pow M. Rigor
Pow M. Rigor - avatar
4 Answers
+ 1
you use pygame as a module for python for developing games. And also, python is not for game development, usually games are written in c/c++. Python is an interpreted language, so it is slow and cannot give optimum performance for games. Though you are superfine with 2d games in python nowadays because of the increase in hardware capabilities.
3rd Feb 2017, 11:21 AM
Thomas Sudeep Benardo
+ 1
Cool. Panda3D is for making 3D games on Python.
3rd Feb 2017, 11:51 AM
Pow M. Rigor
Pow M. Rigor - avatar
+ 1
Panda3D is written in c++, python is used as an optional scripting language to operate the engine. And, "what can you do about Pygame" - you can make 2d games and for 3d, use pyopengl + pygame. PS I just wanted to convey, that python might get you slow at times when making games
3rd Feb 2017, 11:56 AM
Thomas Sudeep Benardo
+ 1
I agree. C++ Is better. pyopengl+pygame is an alternative to Panda3D. Python might be slow, and C++ might be fast.
3rd Feb 2017, 12:20 PM
Pow M. Rigor
Pow M. Rigor - avatar