Git Product home page Git Product logo

awesome-gbdev's Introduction

GameboyIcon Awesome Game Boy Development

A curated list of awesome Game Boy (Color) Development resources, tools, docs, related projects and open-source ROMs. Inspired by the awesome list thing.

You can find a (way cooler) web version of this list here.

Contents

Introduction

Disambiguation

Although this documentation is focused on the original (1989) Game Boy (DMG), the Game Boy Color (GBC) and Super Game Boy (SGB) are very similar systems, with few important distinctions, such as:

  • Different hardware specifications
  • Specific hardware and software features
  • Specific registers
  • Specific bugs and exploitable behaviours

If you aim to develop your software for SGB or GBC, or you want to know how it runs on the other systems, you may want to take advantage and adapt to these differences, check the Game Boy Color category and look for specific references to GBC/CGB and SGB.

Community

Documentation

Misc

Cheatsheets, Tables

Game Boy Color

Hardware

Peripherals

Cartridges

Custom cartridges

Emulator Development

Testing

Software Development

The To C Or Not To C essay gives an overview of the Game Boy's capabilities, discussing the pros and cons of the available development tools, and providing tips to write more efficient code.

Assemblers

  • RGBDS - Assembler and linker package. Documentation.
  • ASMotor - Assembler engine and development system targeting Game Boy, among other CPUs. Written by the original RGBDS author. Documentation.
  • wla-dx - Yet Another GB-Z80/Z80/.. Multi Platform Cross Assembler Package. Documentation.

Compilers

  • GBDK - A set of tools that enable to develop in C. Includes a set of libraries for the most common requirements and generates ready ROM files. Documentation.
    • gbdk-osx - Patched GBDK 2.96a for the latest compilers on OS X.
    • gbdk-n - Aims to update the gbdk libraries to be compatible with new versions of SDCC and provide helpers for building roms. Does not support ROM banking, thus limiting ROM size to 32K.

Experimental/Proof of Concepts

  • Wiz - A high-level assembly language for writing homebrew on retro console platforms (Game Boy, NES, Atari 2600, and more).
  • gbforth - A Forth-based Game Boy development kit.
  • gbasm-rs - An opinionated Rust based compiler for Game Boy z80 assembly code.
  • gbasm - A JavaScript based compiler for Game Boy z80 assembly code.
  • tniASM - Macro Assembler.
  • Assembler - Assembler written in Swift.
  • llvm-gbz80 / clang-gbz80 - Clang/LLVM port to the GBZ80 CPU (similar to the deprecated euclio/llvm-gbz80).

Emulators

  • BGB - Powerful emulator and debugger. Provides an accurate hardware emulation.
  • SameBoy - Accurate emulator with a wide range of powerful debugging features.
  • Mooneye GB - Research project and emulator in Rust.
  • mGBA - Modern cross platform GBA emulator which also runs GB/GBC games.
  • Binjgb - 5Kloc emulator that passes most of the tests. Rewind feature. Runs in the browser using WebAssembly.
  • Gambatte - Cross-platform and accurate emulator.

Complete list of open source emulators

Tools

  • ZGB - A little engine for creating games for the original Game Boy (expands gbdk, more info here).
  • DevSound - Sound driver embeddable in homebrews which supports pulse width manipulation, arpeggios, and multiple waveforms.
  • Carillon Player - Music Engine.
  • Game Boy Tile Data Generator - HTML5 / JS web application that will convert bitmap images to hexadecimal data appropriate for use in tile based graphical applications, specifically GB.
  • Harry Mulder's GB Development - Some sources and home of Game Boy Tile Designer and Game Boy Map Builder tools.
  • GBTiles - Converts .GBR files created with Harry Mulder's Tile Designer (GBTD) and .GBM files created with Harry Mulder's Map Builder (GBMB) to different formats for use with the Game Boy and GBDK.
  • GBT PLAYER - A music player library and converter kit can be used with RGBDS.
  • ROM Header Utility - An online tool to inspect and modify a ROM's header data, including the logo.
  • gbcamextract - Extracts photos from Game Boy Camera saves.
  • GBExtended - C library extending gbdk.
  • bmp2cgb - Graphics converter for Game Boy Color development providing real time palette adjustments.
  • png2gb - CLI tool to convert image file to game boy .c array.
  • gbdk-lib-extension - A small set of sources and tools for the Game Boy Development Kit by Michael Hope.
  • GB-convert - Game Boy tile conversion and map editor tool (converts to assembly).
  • cart-dumper - Game Boy Cartridge Dumper ROM.
  • Game Boy LCD sniffing - Sniff your Game Boy's LCD using a logic analyzer.
  • Dot Matrix Game Editor - An IDE for Game Boy programming in a C-like language called GBL, with many other features like tile and map extraction, WLA-DX assembly, and more.
  • brewtool - A collection of primitive editor/converter tools for making assets used with homebrew ROM development.
  • Game Boy Text Tools - Set of tools for text manipulation and translation of Game Boy ROMs written in NodeJS
  • mmlgb - A MML parser and GBDK sound driver for the Nintendo Game Boy.
  • XPMCK - An MML-based music compiler with support for Game Boy & Game Boy Color.
  • mgbdis - Game Boy ROM disassembler with RGBDS compatible output.
  • Retr0 GB - An engine for creating games (expands GBDK).
  • awake - Game Boy decompiler.
  • swapdump - Diagnostic utility for Game Boy flashcarts.
  • Gameboy-LinkUp - Game Boy LinkUp serial cable networking project.
  • vtGBte - A minimalistic ncurses tile editor.
  • tpp1 - Definition and specification of a custom GB/GBC memory/hardware mapper, as a functional superset of MBC.
  • libstdgb - A C library of useful Game Boy operations (SDCC).

Programming

Guides, tutorials and tools to develop software for Game Boy using the development toolchains described in the Software Development chapter.

ASM

Sources

Fragments of code, effects, proof of concepts and generally non complete games.

  • dev'rs ASM section - A lot of working demos and sources.
  • EmmaEwert's experiments - A collection of prototype programs, mostly just toying around. Among others, a daylight effect, transparency and a weather effect.

Timings

Boilerplates

Syntax highlighting packages

C

Homebrews

Complete and open source games.

  • Homebrew Hub - Every unofficial homebrew ever produced for Game Boy playable online (mobile/touch too): a community-lead attempt to collect, archive and save every unofficial game, homebrew, demo, patch, hackrom for Game Boy (Color) produced by the community through years of passionate work.
  • Infinity - RPG developed by Affinix Software primarily between the years 1999 and 2001. The game never found a publisher and was eventually canceled. Got recently released with the full source, development tools and workflows.

ASM

C

Demos

Reverse Engineering

Game Disassemblies

Related projects

Directories

Websites

About

Contribute

Take a look at Contribution Guidelines.

License

Licensed under GPLv3. See LICENSE for more information.

Acknowledgements

Thanks to every contributor of this project, Jeff Frohwein, Pascal Felber, KOOPa, Pan of Anthrox, GABY, Marat Fayzullin, Paul Robson, BOWSER, neviksti, Martin “nocash" Korth, Nitro2k01, Duo, Chris Antonellis, Michael Hope, Beware, Jonathan “Lord Nightmare” Gevaryahu, Carsten Sorense, Sindre Aamås, Otaku No Zoku, GeeBee.

Sponsors

Special thanks to our friends at DigitalOcean, sponsoring the open source activites of our Game Boy Development community (announcement).

awesome-gbdev's People

Contributors

avivace avatar tobiasvl avatar issotm avatar svendahlstrand avatar lmmendes avatar gitendo avatar rnegron avatar meliurwen avatar marcormio avatar baekalfen avatar loociano avatar minerobber9000 avatar nickdesaulniers avatar paul-arutyunov avatar pashutk avatar raphaklaus avatar wistudent avatar trekawek avatar wtjones avatar japanoise avatar gingemonster avatar mofosyne avatar renatocribeiro avatar rubfi avatar junebug12851 avatar brovador avatar itayc0hen avatar gpoussel avatar garrettgu10 avatar frestr avatar

Stargazers

Miguel Villa Floran avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.