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.