An example project to get would-be Game Boy programmers started without having to read mountains of docs.
pypng is used to convert png to Game Boy graphics.
pip install pypng
To build, install rgbds and put it in your path.
Then run make
. This will output game.gbc
.