diff --git a/.replit b/.replit new file mode 100644 index 0000000..ded5b8e --- /dev/null +++ b/.replit @@ -0,0 +1,3 @@ +language = "pygame" + run = "run = Hello World" + \ No newline at end of file diff --git a/README.md b/README.md index 2dbd06e..3e9076b 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ Single player pong game in python using pygame library. Use left and right arrow keys to move the paddle. Be gentle! Dont press both keys simultaneously or the paddle gets stuck for a second. + +[![Run on Repl.it](https://repl.it/badge/github/skar91/pong-python)](https://repl.it/github/skar91/pong-python) \ No newline at end of file