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
- Host: GitHub
- URL: https://github.com/mdsteele/gb-pong
- Owner: mdsteele
- License: mit
- Created: 2020-10-12T21:01:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-16T22:06:53.000Z (over 5 years ago)
- Last Synced: 2025-02-07T13:39:03.590Z (over 1 year ago)
- Topics: game, gameboy
- Language: Assembly
- Homepage:
- Size: 30.3 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).