From e21c62859678a62f3c6e66ff7f29665506f152ae Mon Sep 17 00:00:00 2001 From: Jacob Wolf Date: Mon, 19 Aug 2019 16:59:38 +0800 Subject: [PATCH] added .gitignore and ascii chest --- .gitignore | 3 +++ .gitignore~ | 1 + adventure/seafloor/coral_reef/chest.py | 1 - adventure/seafloor/coral_reef/reef.txt | 19 +++++++++++++++++++ .../seafloor/sunken_ship/galley/ghost.py | 2 +- 5 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 .gitignore~ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4cf811 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +bag +treasure.png +key.txt \ No newline at end of file diff --git a/.gitignore~ b/.gitignore~ new file mode 100644 index 0000000..f749a1c --- /dev/null +++ b/.gitignore~ @@ -0,0 +1 @@ +bag \ No newline at end of file diff --git a/adventure/seafloor/coral_reef/chest.py b/adventure/seafloor/coral_reef/chest.py index 6426823..1a521d8 100644 --- a/adventure/seafloor/coral_reef/chest.py +++ b/adventure/seafloor/coral_reef/chest.py @@ -15,4 +15,3 @@ if guess == secret: urlretrieve("http://chrisproctor.net/images/fork.png", "treasure.png") else: print(" nothing happens. Maybe next time.") - diff --git a/adventure/seafloor/coral_reef/reef.txt b/adventure/seafloor/coral_reef/reef.txt index ed6ef7d..b5986ec 100644 --- a/adventure/seafloor/coral_reef/reef.txt +++ b/adventure/seafloor/coral_reef/reef.txt @@ -2,3 +2,22 @@ swirling around you in every direction. In front of you is a deep chasm where you see larger fish sliding through the shadows. There is a chest half-buried in the seafloor. + + + ____...------------...____ + _.-"` /o/__ ____ __ __ __ \o\_`"-._ + .' / / \ \ '. + |=====/o/======================\o\=====| + |____/_/________..____..________\_\____| + / _/ \_ <_o#\__/#o_> _/ \_ \ + \________________\####/________________/ + |===\!/========================\!/===| + | |=| .---. |=| | + |===|o|=========/ \========|o|===| + | | | \() ()/ | | | + |===|o|======{'-.) A (.-'}=====|o|===| + | __/ \__ '-.\uuu/.-' __/ \__ | + |============= .'.'^'.'.=============| + | _\o/ __ {.' __ '.} _ _\o/ _| + + diff --git a/adventure/seafloor/sunken_ship/galley/ghost.py b/adventure/seafloor/sunken_ship/galley/ghost.py index 72cbed6..f75807d 100644 --- a/adventure/seafloor/sunken_ship/galley/ghost.py +++ b/adventure/seafloor/sunken_ship/galley/ghost.py @@ -14,4 +14,4 @@ else: print(" 'I would like to give you a gift. Here's a key.'") with open("key.txt", "w") as keyfile: - keyfile.write(" Even in the faint light of your lamp, the key has a golden gleam.") + keyfile.write(" Even in the faint light of your lamp, the key has a golden gleam.\n")