Skip to content

Zeonx9/tetris-asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play Tetris written in Asembly (TASM)

Steps to set up

  1. Download Dosbox dosbox.com
  2. Clone repository into some folder
  3. Open Dosbox
  4. mount cloned directory to dosbox and switch to it with commands:
mount c path/to/cloned/folder # mount
c: # swithc to mounted drive
  1. compile assembly file and start program
makecom tetris # compile + link + execute 
  1. if already compiled programm can be runned with
tetris # run
tetris /off # quit 

Demonstation

Screen.Recording.2024-09-24.at.00.31.54.mov

Controlls

image

About

Tetris written in TASM to play in Dosbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors