Skip to content

caiotava/pong-gameboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong - Game Boy

Vídeo sem título (1)

Pong game for Gameboy, written with GBDK

Compiling

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

Docker

Compiling the project using docker

$ docker run -v $PWD/:/app -w /app caiotava/gameboy-dev sh -c "cmake -Bbuild -H. && cmake --build build"

Credits

Text font and Sounds - https://laroldsjubilantjunkyard.com/

About

Pong game for Gameboy, written with GBDK

Resources

Stars

Watchers

Forks

Packages

No packages published