+ 1
How can we use python to develop Game ??
2 Answers
+ 5
Python probably isnāt a great choice for advanced games. However, you can make some extremely fun smaller games in Python quite easily. I personally use Pygame for 2D, and Panda3D for 3D. There are many other libraries out there, but since I havemāt used them, I canāt vouch for them.
There is also a game engine called Godot for creating 2D and 3D games. While not exactly Python, their language āgodotscriptā (if i remember right) is very similar to Python itself, and can very easily and quickly be picked up.



