Skip to content

wh-iterabb-it/gbdk-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

wh-iterabb-it/gbdk-docker

Usage

Compile files into .gb

Using this docker image in your project directory, you can build a Gameboy ROM using DSCC and GBDK using the following commands.

$ docker pull wh-iterabb-it/gbdk-docker
$ docker run -it --rm -v `pwd`:/gbdk wh-iterabb-it/gbdk-docker /opt/gbdk/bin/lcc -o /gbdk/your_rom.gb /gbdk/your_game.c
$ open your_rom.gb

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published