back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscratko <m@scratko.xyz>2024-11-25 16:13:46 +0300
committerscratko <m@scratko.xyz>2024-11-26 15:29:36 +0300
commitfeeef4ab7f7a8c60957c6fc474e747c9cdd7770f (patch)
tree82512cde417e16c5c629d4f5f7ba47951a233ee5
parent4f012a83240aeea6f961446affb68f3711f6d310 (diff)
downloadtetris-feeef4ab7f7a8c60957c6fc474e747c9cdd7770f.tar.gz
tetris-feeef4ab7f7a8c60957c6fc474e747c9cdd7770f.tar.bz2
tetris-feeef4ab7f7a8c60957c6fc474e747c9cdd7770f.zip
Changed readmeHEADmaster
-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