From feeef4ab7f7a8c60957c6fc474e747c9cdd7770f Mon Sep 17 00:00:00 2001 From: scratko Date: Mon, 25 Nov 2024 16:13:46 +0300 Subject: Changed readme --- README.md | 14 ++++++++++++-- tetris2.png | Bin 0 -> 13546 bytes 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 tetris2.png diff --git a/README.md b/README.md index de89d10..6080f06 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -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 + + + +You can also download the already built program on windows platform (i386, x86_64). +Download Windows +version +*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 Binary files /dev/null and b/tetris2.png differ -- cgit v1.2.3