Making a Game Boy game - An overview of the development of Ice Cream Castle

Subscribers:
1,360
Published on ● Video Link: https://www.youtube.com/watch?v=EqwfIU-fr68



Duration: 15:58
48 views
4


This is a brief overview of the major milestones in the development of my first Game Boy game.

Game source code
https://github.com/drcouzelis/icecreamcastle-gb/

Written in assembly language and built uisng RGBDS Game Boy devolpment system
https://github.com/rednex/rgbds/

Testind and debugging was done in the BGB emulator
https://bgb.bircd.org

Game Boy programming resources
https://gbdev.io/
https://rgbds.gbdev.io/

Hello Game Boy assembly language tutorial
https://eldred.fr/gb-asm-tutorial/index.html

GBSoundDemo for creating sound effects
https://github.com/Zal0/GBSoundDemo/