Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 881 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 881 Bytes

GBDK Starter Project

Quickly get started making your own Gameboy game using the Gameboy Development Kit (GBDK).

Gameboy

Mac OS X

Install the GBDK using homebrew

brew tap mistydemeo/homebrew-formulae

brew install --HEAD mistydemeo/formulae/gbdk

Get the required Gameboy HTML5 Emulation JS files, put them in src/js and unzip the archive.

Install the required npm packages and run the gulp command to build the project into your /dist directory and start a local webserver

npm install

gulp

Open http://localhost:8080 in your browser, to test the starter game

Any changes you make to /src/rom/game.c will be reflected in the browser via live-reloading when you save the file.