Python Forum

Full Version: What are the available alternatives to pygame ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi New here . Was just wondering what was the best game module . currently using pygame and was wondering if there was any better. I also installed panda3d although haven't played with that yet. Does pygame just do 2d.
Yes pygame only does 2d.

There is alternatives.
Arcade 2d

PyGlet 3d

Best game module is up to you.
I have seen some 3d in pygame but its not really adapted to do that. One was Minecraft clone but i forgot the location as it was a few years ago that i seen it.
https://github.com/Mekire/pygame-raycasting-experiment
Depending on what you're looking for, there's also Ren'Py. https://www.renpy.org/
Doki Doki Literature Club (free on Steam) is written in Ren'Py, and does an incredible number of things I wouldn't have expected from a "visual novel engine".