From 549070fc63111bb86303e08d440bf9dea7a150b7 Mon Sep 17 00:00:00 2001 From: gregstevenuniverse Date: Mon, 9 Dec 2019 23:42:54 +0000 Subject: [PATCH] adding run on repl.it badge this commit was generated automatically on 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..7d85444 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "html" +run = "" diff --git a/README.md b/README.md index 206abdb..f4c68ef 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,5 @@ NOTES ===== * No support for mobile devices (need to handle touch events instead of key input) + +[![Run on Repl.it](https://repl.it/badge/github/jakesgordon/javascript-pong)](https://repl.it/github/jakesgordon/javascript-pong) \ No newline at end of file