Skip to content

johnrees/gbdk-starter-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Boilerplate project for making Gameboy ROMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published