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.
This commit is contained in:
kathrynoh23 2023-07-30 12:10:11 -04:00
parent cac836cc01
commit b2b92a65b0
7 changed files with 3 additions and 3 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
adventure/.DS_Store vendored Normal file

Binary file not shown.

BIN
adventure/seafloor/.DS_Store vendored Normal file

Binary file not shown.

BIN
adventure/seafloor/coral_reef/.DS_Store vendored Normal file

Binary file not shown.

BIN
adventure/seafloor/sunken_ship/.DS_Store vendored Normal file

Binary file not shown.

0
chest.py Normal file
View File

6
poetry.lock generated
View File

@ -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]