From 16970bac37adbfd740cdcff8986be8d1143bc87a Mon Sep 17 00:00:00 2001 From: pythoncatcoder Date: Mon, 9 Dec 2019 23:43:21 +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, 3 insertions(+), 1 deletion(-) create mode 100644 .replit 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..97fa59a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ In particular, we hope to: - get experience working on a real app in a collaborative, real-world setting ## Getting Started - +[![Run on Repl.it](https://repl.it/badge/github/code-newbies/python-thursday-adventure)](https://repl.it/github/code-newbies/python-thursday-adventure) ### Tech requirements You'll need to have installed Python 3 to begin. The TL;DR instructions: head to [python.org](https://www.python.org/downloads/), download and install the latest 3.x.x version for your operating system. For more detailed instructions, links are provided below.