From aa6c54764fe5624a2b5fbd26e8b68e9f9666648b Mon Sep 17 00:00:00 2001 From: Addison Date: Thu, 31 Mar 2022 18:15:03 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7af548d..f379c50 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ # Escape-the-underground-cell A simple text-based adventure game I wrote in Python when I was 15 +In this game, you find yourself trapped inside a cell in an underground chamber. Why you are here is unknown, however you should probably find a way out of here before something bad happens to you. + ## Getting started -You can play this game for free on [Replit.com](https://replit.com/@ninjasmosa/Escape-the-underground-cell?v=1). Alternatively you can download the .py file by clicking into the releases section. You can then run it in your own Python IDE and modify the code as you wish. +You can play this game online for free on [Replit.com](https://replit.com/@ninjasmosa/Escape-the-underground-cell?v=1). Alternatively you can download the .py file by clicking into the releases section. You can then run it in your own Python IDE and modify the code as you wish. Preferably I would like you to credit me if you decide to release a fork of this game with your modifications, but this is licensed under MIT so I'm not sure if that's a requirement.