Go to file
Pat Wick 21dee3d612 That darn monster though.
Navigating the command line interface has been fun so far. I have used
cd, ls, and some other basic commands before but to have to specifically
navigate through a puzzle involved thinking about how to use them, not
just completing some rote, trivial task, which was really neat. In
order to get past the monster, I employed the up and down arrows to get
me the quick execution that I needed, though looking at it later, I
could have been more savvy in my specific bouncing around too. I could
see basic file navigation being substantially faster in a CLI than a GUI
from the standpoint of being able to autocomplete paths and reuse previous
commands compared vs having to manually search/sort, even if the structure
is organized.
2023-07-16 18:41:47 -04:00
.assets Initial commit 2023-07-13 00:57:57 +00:00
adventure Initial commit 2023-07-13 00:57:57 +00:00
.commit_template Initial commit 2023-07-13 00:57:57 +00:00
.gitignore Initial commit 2023-07-13 00:57:57 +00:00
fancy_printing.py Initial commit 2023-07-13 00:57:57 +00:00
poetry.lock That darn monster though. 2023-07-16 18:41:47 -04:00
pyproject.toml Initial commit 2023-07-13 00:57:57 +00:00
return_to_ship.py Initial commit 2023-07-13 00:57:57 +00:00