back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
-rw-r--r--tetris2.pngbin0 -> 13546 bytes
2 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index de89d10..6080f06 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
<img src="tetris.png" />
-The following alogorithms were used: single-linked lists, binary search tree and
+The following algorithms were used: single-linked lists, binary search tree and
bubble sort.
Crt module is applied as a gui part.
@@ -12,8 +12,18 @@ Crt module is applied as a gui part.
To build and run the application, type the commands:
```
-git clone https://git.scratko.xyz/tetris.git
+git clone https://git.scratko.xyz/tetris
cd tetris
fpc tetris.pas
./tetris
```
+
+## Windows version
+
+<img src="tetris2.png" />
+
+You can also download the already built program on windows platform (i386, x86_64).
+<a href="https://scratko.xyz/games/tetris.zip" target="_blank">Download Windows
+version</a>
+*Note: the archive contains a bat file with which you need to launch the
+program. This is done in order for the console to run at the minimum required size.*
diff --git a/tetris2.png b/tetris2.png
new file mode 100644
index 0000000..685ffb1
--- /dev/null
+++ b/tetris2.png
Binary files differ