Added a new function to cover the find command element of Issue #3
New
Created the find() function that creates directories, placing a hidden file in one that will help the user escape the room. Ascii key image also added to the ascii_images.py file.
Other changes
Created option 4. in the Dungeons menu to allow a user to exit without having to hit ctrl + c. I also fixed a few typo's in the code base
Update
Added a new function to cover the
find
command element of Issue #3New
Created the
find()
function that creates directories, placing a hidden file in one that will help the user escape the room. Ascii key image also added to theascii_images.py
file.Other changes
Created option
4.
in the Dungeons menu to allow a user to exit without having to hitctrl + c
. I also fixed a few typo's in the code base