diff options
-rw-r--r-- | README.md | 14 | ||||
-rw-r--r-- | tetris2.png | bin | 0 -> 13546 bytes |
2 files changed, 12 insertions, 2 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..685ffb1 --- /dev/null +++ b/tetris2.png |