A simple Tetris implementation written in x86 Assembly for the DOS operating system. This project demonstrates low-level programming techniques and classic DOS graphics and sound handling using Turbo Assembler.
- Classic Tetris gameplay
- Written entirely in x86 Assembly
- Runs in DOSBox for modern compatibility
- Lightweight and easy to understand
To build and run this project, you will need:
- Turbo Assembler (TASM)
- DOSBox or any DOS emulator
-
Open DOSBox and mount your project directory:
mount C C:\path\to\TurboTetris C: -
Assemble the source code using Turbo Assembler:
TASM TT.asmThis will generate an executable file
TT.EXE.
Within DOSBox, simply run:
TT
You should see the Tetris game launch in the DOS environment.