Skip to content

A bootable Pong game written in x86 Assembly

Notifications You must be signed in to change notification settings

EndPositive/Pong-assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A bootable Pong game written in x86 Assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published