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."