diff --git a/.replit b/.replit new file mode 100644 index 0000000..2f309a2 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "pygame" +run = "" \ No newline at end of file diff --git a/README.md b/README.md index a7e3990..e6cbd44 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Hello! This is my first attempt at creating a simple video game. # I based it off of the 80s arcade game Frogger (conviently named PyFrogger). # Hope you enjoy playing it just as much as I did making it! +[![Run on Repl.it](https://repl.it/badge/github/Androxium/PyFrogger)](https://repl.it/github/Androxium/PyFrogger) \ No newline at end of file