An open API service indexing awesome lists of open source software.

https://github.com/mdsteele/gb-pong

A Pong clone for Game Boy
https://github.com/mdsteele/gb-pong

game gameboy

Last synced: about 1 year ago
JSON representation

A Pong clone for Game Boy

Awesome Lists containing this project

README

          

# gb-pong

A Pong clone for Game Boy (still in progress).

## Building

To compile, first install [RGBDS](https://rgbds.gbdev.io/install), then run
`make`. The ROM file will be placed at `./out/pong.gb`, and from there can be
loaded into a Game Boy emulator.

## License

gb-pong is made available under the
[MIT License](http://spdx.org/licenses/MIT.html).