An example gameboy game project.
- RGBDS - Game Boy Assembly & Linking Tools
- GNU Make - Build system tool (installation should only be required on Windows).
With the assembler installed, open a command-line and run make:
$ make
This will run the make script and produce the bin/GameBoyDev.gb
rom.
- Use the command pallette (
CTRL/CMD + SHIFT + P
) and selectTasks: Run Build Task
.
For changes to how the game is assembled and linked, change the parameters in project.mk (don't make changes to the MakeFile directly).
- Windows - BGB (note: this should work fine on mac/linux using wine)
- Mac / Linux - Emulicious
RGBDS Z80
Web Link - Adds full language support for Game Boy Z80 Assembly (syntax highlighting & intellisense).
This project was derived from gb-boilerplate, for further details please see README-gb-boilerplate.md.