From 4524148f964f6eb6265154016a6c232778b8afbb Mon Sep 17 00:00:00 2001 From: pythoncatcoder Date: Mon, 9 Dec 2019 23:27:13 +0000 Subject: [PATCH] adding run on repl.it badge this commit was generated automatically on repl.it --- .replit | 2 ++ README | 1 + 2 files changed, 3 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 b/README index eff578f..f5a5dfb 100644 --- a/README +++ b/README @@ -1,2 +1,3 @@ # Description A basic text adventure game, written entirely for the purpose of me learning Python. +[![Run on Repl.it](https://repl.it/badge/github/Transcriptase/Game)](https://repl.it/github/Transcriptase/Game) \ No newline at end of file