diff --git a/.gitignore b/.gitignore index a69b1e7..bf26304 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ bag treasure.png key.txt +.timer diff --git a/.gitignore~ b/.gitignore~ deleted file mode 100644 index f749a1c..0000000 --- a/.gitignore~ +++ /dev/null @@ -1 +0,0 @@ -bag \ No newline at end of file diff --git a/adventure/seafloor/coral_reef/.chest.py.swp b/adventure/seafloor/coral_reef/.chest.py.swp deleted file mode 100644 index 041bbb3..0000000 Binary files a/adventure/seafloor/coral_reef/.chest.py.swp and /dev/null differ diff --git a/adventure/seafloor/coral_reef/.timer b/adventure/seafloor/coral_reef/.timer deleted file mode 100644 index e710d13..0000000 --- a/adventure/seafloor/coral_reef/.timer +++ /dev/null @@ -1 +0,0 @@ -2019-08-19 18:48:22.004554 \ No newline at end of file diff --git a/adventure/seafloor/coral_reef/chest.py b/adventure/seafloor/coral_reef/chest.py index f0eb9a3..ff3f315 100644 --- a/adventure/seafloor/coral_reef/chest.py +++ b/adventure/seafloor/coral_reef/chest.py @@ -10,19 +10,20 @@ def treasure(): def monster1(): print(" *rumble* *rumble* *rumble* \n") - print(" You look around the reef, but nothing seems out of place.\n") + print(" Around the reef, nothing seems out of place.\n") def monster2(): print(" *rumble* *rumble* *rumble* \n") print(" A SEA MONSTER APPEARS FROM THE REEF! \n") - print(" Without looking you grab the treasure from the chest.") + print(" The sea monster must have seen you open the chest!") + print(" There's no time to squander. You grab the treasure from the chest without taking a closer look!") print(" Quick, use mkdir to make a \"bag\" directory and mv to") - print(" hide the treasure in the bag. ") - print(" Then get back to the surface ASAP! The moster is coming! \n") - print(" Don't forget to take your treasure bag with you!") + print(" hide the treasure.png in the bag. ") + print(" Then get back to the surface ASAP! The monster is coming! \n") + print(" Don't forget to take your treasure bag with you up to the top directory!") now = datetime.datetime.now() - with open(".timer", "w") as keyfile: - keyfile.write(str(now)) + with open(".timer", "w") as timerfile: + timerfile.write(str(now)) secret = "318" diff --git a/adventure/seafloor/sunken_ship/galley/.ghost.py.swp b/adventure/seafloor/sunken_ship/galley/.ghost.py.swp deleted file mode 100644 index 2de728e..0000000 Binary files a/adventure/seafloor/sunken_ship/galley/.ghost.py.swp and /dev/null differ diff --git a/returnToShip.py b/returnToShip.py index 5cd6e39..befab94 100644 --- a/returnToShip.py +++ b/returnToShip.py @@ -26,7 +26,7 @@ def win(): print(" You are swimming as fast as you can towards the boat but you can") print(" feel the water begin to pull you back as the sea monster opens its") print(" giant mouth.") - print(" You kick with all your might, sure that you are about to breath your") + print(" You kick with all your might, sure that you are about to breathe your") print(" last breath.") print(" ") print(" ") @@ -35,6 +35,7 @@ def win(): print(" time to avoid the sea monster's vicious maw.") print(" You're safe at last!") print(" Now you can finally show off the treasure you risked your life for...") + print(" Use open treasure.png to take a peek.") now = datetime.now()