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 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 +``` -- cgit v1.2.3