home                                                                chris256.com
________________________________________________________________________________

x86_64 Assembly Pong                                                January 2022

Implementation of the video game 'Pong' in x86_64 assembly. Draws graphics
directly to Linux framebuffer at /dev/fb0. Reads keyboard input directly from
device files in /dev/input.

    https://github.com/Chris-F5/x86_64-assembly-pong

Pong