Software Alternatives & Reviews

What's the best game-engine for making RPG games with Python?

pyglet Godot Engine
  1. 1
    Cross-platform windowing and multimedia library for Python.
    Pricing:
    • Open Source
    First, you can use Python plus a library like Pyglet or Cocos2D or Arcade or Pygame. The only one of these that I have any experience with is Pygame, but it looks like none of these are "engines" in the modern sense. Working with them means doing everything from your favorite Python IDE.

    #Game Development #Game Engine #2D Game Engine 7 social mentions

  2. Feature-packed 2D and 3D open source game engine.
    Pricing:
    • Open Source
    If you want a "proper engine" where you can use Python, as far as I know, your only option is Godot. You can use actual Python in the Godot Engine through an addon, but from what I can see, this isn't really a good solution because it breaks a lot. Your other option is to use the native GDScript, which is very Python-like. If you already know Python, you'll be up and running on GDScript within a day or two.

    #Game Development #Game Engine #3D Game Engine 447 social mentions

Discuss: What's the best game-engine for making RPG games with Python?

Log in or Post with