The Tetris game written in Assembly 8086 language
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.
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.
Game | EndGame |
---|---|
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 😅)
Feel free to contact me if there is any question or problem.