Aller au contenu

GB Studio

Publié par Chris Maltby

A quick and easy to use drag and drop retro game creator for Game Boy

Open sourceMIT

Certaines parties de cette page apparaissent dans la langue dans laquelle elles ont été écrites, car la traduction n'est pas terminée.

Points clés

  • Builds Game Boy games through visual scene and actor editing rather than hand-written code.
  • Behaviour is assigned by drag and drop instead of a text-based scripting workflow.
  • Projects are compiled into a form meant for Game Boy hardware or emulators.
  • Design is bounded by the original console's screen, colour and memory limits.
  • Distributed here for Linux under the MIT licence.

À propos de cette application

GB Studio is a game construction tool aimed at the Game Boy. Instead of writing assembly or C by hand, the author assembles a project visually: scenes are laid out, actors placed in them, and behaviour attached through drag and drop editing. The result is then built into a form intended for Game Boy hardware or emulators, which makes the tool a fit for people who want to produce small retro games without first learning the platform's low-level programming model.

Because the target is late-1980s hardware, the limits of that machine shape the work: a small screen, few colours, modest sprite and memory budgets. The editor is organised around those constraints rather than around the abstractions of a general-purpose engine, so projects that need modern 3D, high-resolution art or large asset sets are outside its scope.

This entry covers the Linux build. The project is published by Chris Maltby under the MIT licence, so the source may be read, modified and redistributed under those terms.

Linux

Nous n’hébergeons pas ce fichier, nous ne l’analysons pas et nous n’en inspectons pas le contenu. Lisez ce qu’en dit la source, puis décidez par vous-même.