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/