From f364e288e84b429f1f6df093dc6663aaa9fc5411 Mon Sep 17 00:00:00 2001 From: Nikolathegamer Date: Tue, 15 Sep 2020 16:05:09 +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, 4 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..b475b7a --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "echo hello world" \ No newline at end of file diff --git a/README.md b/README.md index 7780acc..b02222c 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ This repository has the source code for the video series on JavaScript Multiplay course that I'm publishing on YouTube now. - Video 1: https://youtu.be/xVcVbCLmKew + +[![Run on Repl.it](https://repl.it/badge/github/Juriy/gamedev)](https://repl.it/github/Juriy/gamedev) \ No newline at end of file