/bubblefactory

Bubble Factory for Game Boy

Primary LanguageC

Bubble Factory

A Game & Watch-inspired game for Game Boy. Binary download and browser-playable version available on my website.

Building

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.

Dependencies

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.

Building the Game

cd into game/ and run make or make debug.