diff --git a/README.md b/README.md index 6b81bd9..e1f22ac 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ![tinytetris gif](animation.gif) +[![Try on repl.it](https://repl-badge.jajoosam.repl.co/try.png)](https://repl.it/@amasad/tinytetris?ref=button) + ### tinytetris.cpp This is the 80x23 version. You control it with `a` (left), `d` (right), `w` (rotate), `s` (drop), and `q` (quit). It depends on `curses.h` (so you'll need to compile with @@ -10,4 +12,4 @@ This is the 80x23 version. You control it with `a` (left), `d` (right), `w` (rot ### tinytetris-commented.cpp This one is almost identical to `tinytetris.cpp`, but not minified, and with some -comments to make it easier to read (but it's still tricky to read in certain parts). \ No newline at end of file +comments to make it easier to read (but it's still tricky to read in certain parts).