Alternatives to GB Studio

Make Game Boy-style games with a visual editor. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as GB Studio.

  • GDevelop

    Build games with a visual event system instead of writing all the logic as code.

    GDevelop uses a visual event system without Game Boy constraints and exports to several platforms, with hosted services such as cloud publishing subject to plan limits.

  • Godot Engine

    A 2D and 3D game engine that is completely free under the MIT licence, with no royalties and no revenue thresholds.

    Godot is a full 2D and 3D engine under the MIT licence with export to desktop, mobile and web, but it expects scripting rather than purely visual events.

  • Bitsy

    Create small games and stories with a browser-based pixel-art editor.

    Bitsy is a browser-based pixel-art editor for small games and stories with a deliberately smaller feature set suited to short narrative projects.

  • LOVE

    Framework for making 2D games in Lua.

    LOVE is a Lua framework for 2D games running on desktop and mobile, with no editor, scene tool or asset pipeline, so all logic is written as code.

Similar software

Related functionality, not a direct replacement.