From b2b92a65b09bfc519fb1c05e53e1622a65068291 Mon Sep 17 00:00:00 2001 From: kathrynoh23 <126970932+kathrynoh23@users.noreply.github.com> Date: Sun, 30 Jul 2023 12:10:11 -0400 Subject: [PATCH] Kathryn Odell-Hamilton July 30, 2023 My experience and writing the code within terminal for Unit1, lab_terminal was fine. The only issue I've had is trying to collect the treasure, too many attempts. What's the secret? Why is it when I bring the treasure and myself to level, lab_terminal and access the return_to_ship.py, I lose the treasure. I start again going through the steps, now memorized, but I continue to lose the treasure. I found this frustrating, beginning to think you can't climb aboard the ship with the treasure. --- .DS_Store | Bin 0 -> 6148 bytes adventure/.DS_Store | Bin 0 -> 6148 bytes adventure/seafloor/.DS_Store | Bin 0 -> 6148 bytes adventure/seafloor/coral_reef/.DS_Store | Bin 0 -> 6148 bytes adventure/seafloor/sunken_ship/.DS_Store | Bin 0 -> 6148 bytes chest.py | 0 poetry.lock | 6 +++--- 7 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .DS_Store create mode 100644 adventure/.DS_Store create mode 100644 adventure/seafloor/.DS_Store create mode 100644 adventure/seafloor/coral_reef/.DS_Store create mode 100644 adventure/seafloor/sunken_ship/.DS_Store create mode 100644 chest.py diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..0c0b4303cf9c0fccabb8ab70a375f43c59f13c7a GIT binary patch literal 6148 zcmeHK%T5A85Uf@X7%m(+&M)`}6M|ph2duhF;(>@!F!8oGew*qCL9&`~@&MgQPtEjn z&1CAZy$wL-+wLBi0vOX3vD0B_y01R4n}{fiozdbMEncxiGsylupxg~_YBr9-M?j;TN@aH_zqFQ;1nALxJd|EHu}r2?tIMJXVo#p7bmCq-=?JWgwE up+C_N##~G1V5OL7rI-sX#j_uIMd#eFfxV;A88%??HV?Kr=9x@ZmLNCl|CvjXE-&aD2g z;cxo?XA)ObfC~JS0y+5@s9ZSqxWB+3tPuTzegL%4s#PO`8gb99zs>l81WGG$>Vevkce0LW zt;`{g0m$O8odYuf6S^Y4bs3sIS0C72L=?r&Xt2T;UU|I@vVRUJ_Z}Ox3%#F6*aC2o$mLWmE2}YE5Lgh?dLW@1*iZOpaN8Y3QS0W zJjlD{gr13yLItS6G!(G!LxCG>vIYIqf#4$mxIozrYo8^+Vg;}!TM!kPMk^St>SKu2 zy&WuhT}`%Nw2S8Op?PPuDF&v|E?SVlv^p5502LT1Fps>q^M42bHvf-Wm{I{M@Mj9> zV!PiCc&R*FKVHx3hpgJV!9l+q;q4~?i51 B5mx{J literal 0 HcmV?d00001 diff --git a/adventure/seafloor/sunken_ship/.DS_Store b/adventure/seafloor/sunken_ship/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..27b118910ceb495525b4cafa52b078a34892f077 GIT binary patch literal 6148 zcmeHKyH3ME5S)bwC89}5dB4CPSW)r?`~Z(28Y4?2Dd=4BU3?m|4ae{AmH_5-N4$BMnySz p$3bC;c1(C4=3}mRg=1pSnGZTqKLf6dObYzA0v{WZ9M1p% literal 0 HcmV?d00001 diff --git a/chest.py b/chest.py new file mode 100644 index 0000000..e69de29 diff --git a/poetry.lock b/poetry.lock index 66070df..7d5a7d9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "click" -version = "8.1.4" +version = "8.1.6" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.7" files = [ - {file = "click-8.1.4-py3-none-any.whl", hash = "sha256:2739815aaa5d2c986a88f1e9230c55e17f0caad3d958a5e13ad0797c166db9e3"}, - {file = "click-8.1.4.tar.gz", hash = "sha256:b97d0c74955da062a7d4ef92fadb583806a585b2ea81958a81bd72726cbb8e37"}, + {file = "click-8.1.6-py3-none-any.whl", hash = "sha256:fa244bb30b3b5ee2cae3da8f55c9e5e0c0e86093306301fb418eb9dc40fbded5"}, + {file = "click-8.1.6.tar.gz", hash = "sha256:48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd"}, ] [package.dependencies]