Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bibi-Game-Boy

Bibi the Game Boy Game.

Compilation

Built with Z80 assembly and assembled with RGBDS

Install the RGBDS toolkit for your OS.

Run the following commands to build the gb ROM.

rgbasm -o bibi.obj bibi.z80
rgblink -m bibi.map -n bibi.sym -o bibi.gb bibi.obj
rgbfix -p 0 -v bibi.gb

Play Time

Run the ROM in your favourite emulator.

Or even better, flash the ROM to a gb flash cart and play on real hardware. Derp Cart

About

Bibi the Game Boy Game.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors