Skip to content

gbdkjs/gbdkjs-example-shooter

Repository files navigation

gbdkjs-example-shooter

GBDKJS Example Top Down Shooter

Screenshot

GBDK.js Project

Visit the gbdkjs.com website for more information.

GBDK.js Documentation

Dependencies

Install both and make sure emcc and lcc are in your $PATH.

More information at the GBDK.js site.

Build

git clone git@github.com:gbdkjs/gbdkjs-example-shooter.git;
cd gbdkjs-example-shooter;
npm install;

Game Boy ROM

make rom;
open build/gb/game.gb;

Emscripten

make web;
live-server build/web;

About

GBDKJS Example Top Down Shooter Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published