summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkitty piapiac <kcp@bsd.computer>2023-04-23 21:21:51 -0700
committerkitty piapiac <kcp@bsd.computer>2023-04-23 21:21:51 -0700
commitdbd6d536c340b4cd24700be59fbaa8e96869ff43 (patch)
tree6518a882de7357f431f17406b8a8133f1878d33d /README.md
parentcec132cde7c25bd41fdd7f8e5f5472e4162120d5 (diff)
add README.md & LICENSE
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ff5f60f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# mino
+polymino game in the same genre as tetris
+
+## build
+### dependencies
+- C11 compiler, SDL2, OpenGL, and POSIX-compliant make
+
+### run
+```
+$ make
+$ ./mino
+```
+
+## license
+see the `LICENSE` file included with this repository
+
+## get
+get the source from git: https://codeberg.org/kitty/mino.git