From 86e253aaa2cff1c28498bbb1f71dc5282332481a Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Sun, 16 Oct 2022 17:46:11 +0000 Subject: [PATCH] Update TextBasedGame.py --- TestBasedGame.py => TextBasedGame.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename TestBasedGame.py => TextBasedGame.py (99%) diff --git a/TestBasedGame.py b/TextBasedGame.py similarity index 99% rename from TestBasedGame.py rename to TextBasedGame.py index 402527e..d357a07 100644 --- a/TestBasedGame.py +++ b/TextBasedGame.py @@ -3,7 +3,7 @@ # IT-140 Introduction to Scripting # Project 2 - Text Based Game # Professor Lisa Shannon -# 2022-10-08 +# 2022-10-16 import random @@ -236,7 +236,7 @@ def main(): if system["game"]["villain"]: print(separator + separator, "\n[!!!] You enter the children's room. This room is an absolute mess..." + - "\n[!!!] Inside, you discover a black cat; around the cat's neck, you see a nametag." + + "\n[!!!] Inside, you discover a black cat; around the cat's neck, you see a name-tag." + "\n[!!!] Scratchy is the cat's name. Could this have been the troublemaker all along?" + "\n[!!!] You take Scratchy to the owners of the house." + "\n[!!!] The family is ecstatic to see their cat after it ran away a week ago."