Legedith / Dungeons

Learn Linux terminal commands through a text based adventure game
MIT License
15 stars 5 forks source link

Dungeons - find function #7

Closed am401 closed 4 years ago

am401 commented 4 years ago

Update

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

Legedith commented 4 years ago

Awesome!