Pong-assembly is written in Assembly x86 AT&T. This project includes a menu screen, the actual game, and saves highscores. The game includes a wall moving closer as you get more points.
To run pong-assembly, you need to have QEMU and gcc installed.
To try pong-assembly, clone the project and include the submodules.
$ git clone --recursive https://github.com/EndPositive/pong-assembly.git
Then run the following command to compile and boot pong-assembly.
$ make test
Pong-assembly is written in Assembly x86 AT&T and uses a library called "bootlib", made by Maarten de Vries and Maurice Bos.