Skip to content

Simple Tetris game for DOS written purely in Assembly.

License

Notifications You must be signed in to change notification settings

Arkowski24/nasm-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NASM Tetris

Unofficial Tetris clone for DOS, written purely in NASM Assembly.

Game Screenshot

Run Instruction

The game is a single .exe file, available in bin subdirectory.

  1. Download and install DOSBox.
  2. Mount project directory.
MOUNT C <path to project root>
  1. Switch to C drive.
C:
  1. Run program.
bin\tetris

Controls

Key Action
A Move Left
D Move Right
S Drop: Soft
Q Rotate Clockwise
E Rotate Counter-Clockwise

Build Instruction

  1. Obtain NASM and a suitable linker.
  2. Build .obj file.
nasm -f obj -o teris.obj
  1. Link .obj file using linker of your choice.

About

Simple Tetris game for DOS written purely in Assembly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published