From eaa4d438087c9680006f9cde587f25ea954a512b Mon Sep 17 00:00:00 2001 From: woodjosh256 Date: Tue, 10 Dec 2019 04:15:00 +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/pythontextbattle). --- .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 4e0ab18..13100e6 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ Ended up having to rewrite a good portion of it, so I've improved quite a bit of it. Now with awesome HP/MP bars, multiple enemies and party members, and items. +[![Run on Repl.it](https://repl.it/badge/github/nickgermaine/python_text_battle)](https://repl.it/github/nickgermaine/python_text_battle) + ![Alt text](/images/rpgbattle-screen.png?raw=true "2017 update")