From 19bb3e611d6e00573b0659f3b9c7e693ed96be21 Mon Sep 17 00:00:00 2001 From: woodjosh256 Date: Tue, 10 Dec 2019 05:02:47 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request configures this repository to be run on Repl.it. It adds a `.replit` configuration file and a Repl.it badge to the `README`. You can read more about running repos on Repl.it [here](https://docs.repl.it/repls/dot-replit), or view the Repl [here](https://repl.it/@joshwood/youarearock). --- .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..df532a5 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "python main.py" diff --git a/README.md b/README.md index 6841900..58980f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ #YOU ARE A ROCK + +[![Run on Repl.it](https://repl.it/badge/github/ana0/youarearock)](https://repl.it/github/ana0/youarearock) Unconventional text-based rpg. You play as a rock buried deep beneath the ground.