Skip to content

Commit c7c1fa1

Browse files
author
Mohammad Khoddam
authored
Update README.md
1 parent ee840ee commit c7c1fa1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,28 @@ The Tetris game written in Assembly 8086 language
66
Tetris (Тетрис) is a tile-matching video game created by Russian software engineer Alexey Pajitnov in 1984 for the Electronika 60 computer.
77

88
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:
15+
```
16+
mount [DriveName] [AbsolutePathToEXEFile]
17+
[DriveName]:\
18+
[EXEFile].exe
19+
20+
```
21+
Example:
22+
```
23+
mount C C:\emu8086
24+
C:\
25+
cd MYBUILD
26+
tetris.exe
27+
```
28+
29+
3- Enjoy the game.
30+
31+
## Screenshots
32+
33+
![Screenshot 2021-04-30 104009](https://user-images.githubusercontent.com/44812192/116668176-4f060700-a9b2-11eb-8096-c6ef130c8436.png)

0 commit comments

Comments
 (0)