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