https://github.com/oetherington/pongboot
Pong squeezed into an x86 bootloader
https://github.com/oetherington/pongboot
bootloader bootloaders games pong pong-game x86 x86-assembly
Last synced: 12 days ago
JSON representation
Pong squeezed into an x86 bootloader
- Host: GitHub
- URL: https://github.com/oetherington/pongboot
- Owner: oetherington
- License: gpl-3.0
- Created: 2025-12-06T18:41:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-13T15:18:56.000Z (6 months ago)
- Last Synced: 2025-12-15T07:54:55.361Z (6 months ago)
- Topics: bootloader, bootloaders, games, pong, pong-game, x86, x86-assembly
- Language: Assembly
- Homepage:
- Size: 431 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Pongboot
Standalone pong clone squeezed into a 512 byte x86 bootloader. Use W and S to
move up and down.

## Building
Simply run `make` to build the bootloader. The only dependency is
[Nasm](https://www.nasm.us).
If you have [Qemu](https://www.qemu.org/) installed you can run the resulting
file with `make run`.
## License
Free software under the GNU GPLv3. See the included `COPYING` file for details.
Copyright [Ollie Etherington](https://www.etherington.xyz).