Pong game for Gameboy, written with GBDK
If you have GBDK (with GBDKDIR env defined
) and CMake already installed. You only need to run those commands:
$ cmake -Bbuild -H.
$ cmake --build build
Compiling the project using docker
$ docker run -v $PWD/:/app -w /app caiotava/gameboy-dev sh -c "cmake -Bbuild -H. && cmake --build build"
Text font and Sounds - https://laroldsjubilantjunkyard.com/