Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 417 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 417 Bytes

Fly Shooter

A simple self-booting arcade game for 8086 CPU based PC machine. It boots from either a floppy or a HDD and only requires BIOS.

Gameplay screenshot

Controls

Motion: A, S, W and D. Shooting: Space.

Building

Requires FASM.

make

Running

Practically, an emulator should be used. For instance, Qemu:

qemu-system-i386 -fda boot.bin