This repository has moved to Codeberg. The source code for the GBCompo25 demo will remain here, but any future development will happen at Codeberg.
A single-screen platformer for Game Boy Color, created for GBCompo 2025. After accidentally releasing a demon due to a magic trick gone horribly wrong, Natalie the magician must defeat the demon and undo the damage before it's too late!
NOTE: On Windows, WSL is required. I am currently unable to verify whether or not the repo can be built on macOS.
- Clone the repo:
$ git clone --recursive https://github.com/DevEd2/potion-panic
- Run
build.sh
. If you get a "permission denied" error, runchmod -x build.sh
and try again.