Skip to content

MaximSadovskiy/AsmPong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsmPong

Simple ping pong clone game written in assembly It works in 16-bit real mode.

matrix

How to run in emulator

qemu-system-i386 game.bin

Alternative: Run in real hardware

  1. Plug the USB

  2. Make it bootable

sudo dd if=real.bin of=/dev/<usb-drive>
  1. Boot from USB

Controls

  • 'a' = move left
  • 'd' = move right
  • 'p' = pause (removed in real mode)
  • 'spacebar' = restart after death screen

Releases

No releases published

Packages

No packages published