x86-Pong
About
This is my bootsector pong clone. A bootsector has just 512 bytes and is usually used to load the operating system but I used it to to make a little game in x86 assembly.
The game's code is here https://github.com/tevoran/x86-Pong
I hope you enjoy my little programming challenge. ;)