You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,28 @@ The Tetris game written in Assembly 8086 language
6
6
Tetris (Тетрис) is a tile-matching video game created by Russian software engineer Alexey Pajitnov in 1984 for the Electronika 60 computer.
7
7
8
8
In this project I have rewritten this nostalgic game in Assembly 8086 language.
9
+
10
+
## How to run
11
+
12
+
1- Compile the code via [EMU8086](https://emu8086-microprocessor-emulator.en.softonic.com/download) to produce .exe file (You can skip this step by using the existing .exe file in Repository's Releases section)
13
+
14
+
2- Run .exe executable file in [DOSBox](https://www.dosbox.com/download.php?main=1) by using below commands:
0 commit comments