This is an GameBoy game that I created using GBDK-2020. This should play fine on any GameBoy emulator.
Up/Down - Move paddle (Hold B to move faster)
A - Start game
Select - Reset game
- Set up a GBDK-2020 build environment.
- Run
make.bat
(Windows) ormake
(Linux/MacOS).- These scripts assume that your
$PATH
is set up correctly. Otherwise, you can edit these files to point directly to the compiler.
- These scripts assume that your