From 4f012a83240aeea6f961446affb68f3711f6d310 Mon Sep 17 00:00:00 2001 From: scratko Date: Sat, 23 Mar 2024 21:17:41 +0300 Subject: added readme --- README.md | 19 +++++++++++++++++++ tetris.png | Bin 0 -> 51523 bytes 2 files changed, 19 insertions(+) create mode 100644 README.md create mode 100644 tetris.png diff --git a/README.md b/README.md new file mode 100644 index 0000000..de89d10 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# The proprietary implementation of Tetris written in Pascal. + + + +The following alogorithms were used: single-linked lists, binary search tree and +bubble sort. + +Crt module is applied as a gui part. + +## Building + +To build and run the application, type the commands: + +``` +git clone https://git.scratko.xyz/tetris.git +cd tetris +fpc tetris.pas +./tetris +``` diff --git a/tetris.png b/tetris.png new file mode 100644 index 0000000..a5b04e4 Binary files /dev/null and b/tetris.png differ -- cgit v1.2.3