From c28a8744a9b534e858e8c99b8cef0e60cf8b6319 Mon Sep 17 00:00:00 2001 From: Simon Lee Date: Sat, 15 Feb 2020 21:22:27 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request adds a `Run on Repl.it` badge to the `README`. This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it). --- .replit | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .replit 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/)