From a7a3da0ca127fb12d33073fa9b1fe1bbc557445b Mon Sep 17 00:00:00 2001 From: eankeen <24364012+eankeen@users.noreply.github.com> Date: Tue, 10 Dec 2019 00:01:37 -0800 Subject: [PATCH] add: link to replit run --- .replit | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..560dc58 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "bash" +run = "make && ./2048" diff --git a/README.md b/README.md index de78dca..e7484ac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 2048-cli +[![run on repl.it](http://repl.it/badge/github/tiehuis/2048-cli)](https://repl.it/github/tiehuis/2048-cli) + A cli version/engine of the game [2048](https://github.com/gabrielecirulli/2048)= for your Linux terminal.