Viridian from the game VVVVVV on the Game Boy!
This is also my first contact with Makefile
s and I must say they are quite handy.
To play:
make build
- This producesviridian.gb
which you can run using your emulator of choice. Building requires RGBDS.- Alternatively, you can run it using one of these selected emulators:
make run_bgb
- This runs BGB (../bgb/bgb64.exe) using WINE.make run_emulicious
- This runs Emulicious (../Emulicious.jar) using Java.