Skip to content

Simplified implementation of Tetris game written in TASM(Turbo Assembly)

License

Notifications You must be signed in to change notification settings

YarikRevich/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

StandWithUkraine

General Information

A simplified implementation of Tetris game written in TASM(Trubo Assembly).

Setup

First of all it's required to build objective file with the following command

tasm main.asm

After that it's required to perform linking operation with the following command:

tlink /n /v main.obj

Finally, the executable is ready and can be run with the following command:

main

Use case

example

About

Simplified implementation of Tetris game written in TASM(Turbo Assembly)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published