diff --git a/.replit b/.replit new file mode 100644 index 0000000000..7d85444bb0 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "html" +run = "" diff --git a/README.md b/README.md index 6b1da38794..4403ab251c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 2048 +[![Run on Repl.it](https://repl.it/badge/github/gabrielecirulli/2048)](https://repl.it/github/gabrielecirulli/2048)# 2048 A small clone of [1024](https://play.google.com/store/apps/details?id=com.veewo.a1024), based on [Saming's 2048](http://saming.fr/p/2048/) (also a clone). Made just for fun. [Play it here!](http://gabrielecirulli.github.io/2048/)