STRICT
is normally undefined. It is for debugging the engine itself.
- DMG = Dot Matrix Game | |
- Nintendo's internal codename for the original Game Boy | |
- GBC = Game Boy Color | |
- Hardware-compatible upgrade to the original Game Boy that introduced a color display and several other features. | |
- SGB = Super Game Boy | |
- A Nintendo-licensed device that allowed the Super Nintendo to play Game Boy games. | |
- Included many features that were almost never used. | |
- GBS = GB Studio | |
- A game engine and editor that makes it easier and faster to create games for DMG and GBC. | |
- GBVM = Game Boy Virtual Machine |
GB Studio continues to grow and improve. The 3.x series is far more powerful than earlier versions.
It is also a bit more complex to learn, but these resources can help you on your way!
Certain values relevant to GB Studio development! Information compiled by 2BitCrook.
- 8x8 = The size of a background tile.
- 8x16 = The size of a sprite tile.
- 16x16 = Two sprite tiles, a metasprite.
Information provided by 2BitCrook.
[
and]
- Cycle through preset palettes for non-color games.A
+B
+Start
+Select
- Soft reset the system.
Alt
- Changes "Add Event" button to "Paste Event".
magick mogrify in.png -background "#65ff00" -alpha off -flatten
git tag new-name commit-hash-old-name-pointed-to
git tag -d old-name
git push origin new-name :old-name
git fetch --prune --prune-tags
This document may help you consider what content warnings to include when describing your game.
This document was compiled from various online sources, is not authoritative, and has not been reviewed by any experts
THIS DOCUMENT IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Here are tips I've been given by others.
- Only follow advice that makes sense for you.
- Choose side projects that you actually have time to do.
- Be organized and establish a routine.
- Prioritize your health, your relationships, and paying your bills above your personal project.
GB Studio 3.0 has been released and is much more capable than GB Studio 2.0 was. However, GB Studio 2.0 is much easier to learn.
The most stable, advanced, and user-friendly version of GB Studio 2.0 available is 2.0-beta5.
You can get this version of GB Studio pre-built and ready to go from GitHub.