This project is a classic-style game built entirely in 8086 assembly language using Microsoft Macro Assembler (MASM). It showcases low-level programming concepts and techniques unique to the x86 architecture, creating a retro gaming experience.
- DOSBox: An x86 emulator that allows running DOS applications, essential for running MASM programs on modern systems.
- Open DOSBox.
- Mount the project folder as c drive
mount c: path/to/the/project c:
- Run the game executable:
shooting
Enjoy the nostalgia and challenge of assembly-based gaming!