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