Tetris-Assembly-8086

The Tetris game written in Assembly 8086 language

View the Project on GitHub mkh2097/Tetris-Assembly-8086

Tetris-Assembly-8086

The Tetris game written in Assembly 8086 language

The_Tetris_Company_logo

Tetris (Тетрис) is a tile-matching video game created by Russian software engineer Alexey Pajitnov in 1984 for the Electronika 60 computer.

In this project I have rewritten this nostalgic game in Assembly 8086 language.

Built With

How to run

1- Compile the code via EMU8086 to produce .exe file (You can skip this step by using the existing .exe file in Repository’s Releases section)

2- Run .exe executable file in DOSBox by using commands below:

mount [DriveName] [AbsolutePathToEXEFile]
[DriveName]:\
[EXEFile].exe

Example:

mount C C:\emu8086
C:\
cd MYBUILD
tetris.exe

3- Enjoy the game.

Screenshots

Game EndGame

Contributing

If you have a suggestion that would make this game better, I would appreciate you to fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”. (Don’t Just Fork, Star Too 😅)

Contact

Feel free to contact me if there is any question or problem.

@mkh2097 - mkh2097@gmail.com