0

Python game?

Im learning python, soon taking my first certificate. But i want to know if i can make a mid graphics, pc, 3d game in python because i dont think pygame can make a 3d game. So my question is, can you make an 3d game with python? If not, which languages and platforms should i use instead? If you can make a 3d game with python. What platform?

15th Jun 2025, 10:57 AM
Axel Friberg
Axel Friberg - avatar
1 Resposta
+ 2
Pygame is a 2d game development library, so that can't be used. Some libraries in Python like "Panda3D" CAN make 3d games, but it's not the best and very limited, especially if you're aiming for mid-high graphics. You should choose C++ and C# instead. Popular game engines like Unreal Engine, Unity use them. A PC is enough for making these types of games.
15th Jun 2025, 12:01 PM
Afnan Irtesum Chowdhury
Afnan Irtesum Chowdhury - avatar