Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.13 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.13 KB

Pong-assembly

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.

Start menu Game Game over Highscore

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.