GBsnake
April 23, 2017 ยท View on GitHub
Simple port of the Snake game written in C for the Nintendo GameBoy.

Compiled rom is under dist directory.
Build (MacOSX)
-
Download gbdk v2.96a for MacOSX and the bgb emulator for windows.
-
Place both inside the same directory with the folder names
gbdkandbgb:
ROOT_DIRECTORY
/gbdk
/bgb
- In the
Makefileconfigure$(TOOLS_DIR)so it points toROOT_DIRECTORY(which contains gbdk and bgb) - Install
wineusing brew:
brew install wine
- Call
make clean && make run