diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2022-08-13 20:42:28 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2022-08-13 20:42:28 -0300 |
commit | 21f71be7e7872176d7aac102f5da2614d8c9b287 (patch) | |
tree | 8a49ac4036f5c28789c510da13620d5ac08b56e8 /readme.md | |
parent | e7307d06c5c90d9a02ba2d9c107491347983c14e (diff) | |
download | life-21f71be7e7872176d7aac102f5da2614d8c9b287.tar.gz life-21f71be7e7872176d7aac102f5da2614d8c9b287.zip |
Diffstat (limited to 'readme.md')
-rw-r--r--[-rwxr-xr-x] | readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.md b/readme.md index f251d95..2e85c42 100755..100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -Compilation: gcc -o life -lSDL2 life.c +Compilation: issue the ```make``` command Usage: life B S @@ -25,3 +25,5 @@ Keybindings: left mouse button draw right mouse button erase + + q quit |