From 7a79c1e17c3784bcf2b80eda94b416218d6f04ce Mon Sep 17 00:00:00 2001 From: tropper80 Date: Mon, 20 Jan 2020 16:49:30 +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/@tropper80/lots). --- .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..2405021 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "ruby" +run = "run" diff --git a/README.md b/README.md index f93bb86..fedf86f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Legend of the Sourcerer is an open-source text-based adventure game written in Ruby. +[![Run on Repl.it](https://repl.it/badge/github/sourcerer-io/lots)](https://repl.it/github/sourcerer-io/lots) + https://blog.sourcerer.io/legend-of-the-sourcerer-a-text-based-adventure-game-in-ruby-9220b385ca1e # Credits