iimarckus / gb-bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Boy bootstrap

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.

About


Languages

Language:Python 75.3%Language:Assembly 24.7%