Simple Tetris game clone written in 16-bit x86 assembly for my Computer Organization and Assembly Language (COAL) semester project.
Run by simply double clicking tetris.asm
using afdbox
- Download
tetris.asm
- Compile using a 16-bit x86 compiler. e.g. NASM
- Run the generated
.com
file in a DOS machine. use DOSBox
Use Left/Right Arrow keys to move the falling brick.
Your goal is to control the bricks to create complete horizontal lines and not let the bricks reach the top of the playing field for as long as you can.
You will have 5 mins to fill/clear as many rows as you can.
There are four different types of bricks which will fall from four points from the top randomly.
Next Brick will also be shown in the bottom right corner.
Clearing a line will rewards 10 points. Score is displayed at the top left corner of the game screen.