diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
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 |