From ae1fe63e4bc922d934c33089f9a98524b96db41a Mon Sep 17 00:00:00 2001 From: A L E X L Date: Sun, 30 Aug 2020 19:55:29 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request adds a badge to the . 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 000000000..9248f7b6e --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "c" +run = "" \ No newline at end of file diff --git a/README.md b/README.md index a4b326a16..cf8cc4b10 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Craft - +[![Run on Repl.it](https://repl.it/badge/github/fogleman/Craft)](https://repl.it/github/fogleman/Craft) Minecraft clone for Windows, Mac OS X and Linux. Just a few thousand lines of C using modern OpenGL (shaders). Online multiplayer support is included using a Python-based server. http://www.michaelfogleman.com/craft/