diff --git a/.replit b/.replit new file mode 100644 index 0000000..998a88a --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "python game.py" diff --git a/README.md b/README.md index 038f187..8e4f6c9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Run on Repl.it](https://repl.it/badge/github/code-newbies/python-thursday-adventure)](https://repl.it/github/code-newbies/python-thursday-adventure) + # Welcome to the Python Thursday Project! This is the project for the CodeNewbie Python Thursday group. You can join the group [on Slack](https://codenewbie.typeform.com/to/uwsWlZ). To get started, read the following, and if you get stuck, reach out to Phillip (github: @phillipgray, slack: @phillipg) the host.