taylus / gameboy-dev

Programming the Game Boy in C and assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools for Game Boy Development

  • RGBDS: A freeware Game Boy assembler/linker
  • RGBDS Z80: Visual Studio Code extension for the Game Boy's assembly language
  • GBDK: Game Boy Development Kit, a C compiler, assembler, linker, and libraries
  • Make (for Windows): For running makefiles
  • bgb: Game Boy emulator w/ integrated debugger

To build each example, cd to its directory and run make.

About

Programming the Game Boy in C and assembly


Languages

Language:Assembly 77.9%Language:C 13.0%Language:Makefile 7.5%Language:C++ 1.6%