A Game & Watch-inspired game for Game Boy. Binary download and browser-playable version available on my website.
I built this project on macOS. The instructions should be pretty easy to follow from most UNIX-y operating systems. Windows users may have some troubles with the build scripts.
The build pipeline has a dependency on node.js. You'll need to install it.
cd
into ihx2gb/
and run npm install
.
cd
into img2gb/
and run npm install
.
cd
into stringc/
and run npm install
.
Download SDCC and place the sdcc/
folder in the root directory alongside ihx2gb/
and img2gb/
, such that from the directory containing ihx2gb/
you could navigate to sdcc/bin/sdcc
.
cd
into game/
and run make
or make debug
.