back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
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.
+
+<img src="tetris.png" />
+
+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
+```