Search code examples
pythoncross-platformgame-engine

Game engine with python scripting?


Looking to put together a 3D side-scrolling action platformer. Since this is my first time trying to put together a non-simple adventure game, I'm at a loss for which engine to consider.

I would prefer one that supports scripting in python, since that's my primary language. Without tight controls, the game will suck... so speed is a priority. Cross-platform is also important to me.

Any suggestions?


Solution

  • Try PyGame and PyOpenGL together, here are some examples.

    You also may use the Blender Game Engine.