In PyCharm, create a new code file titled “ModuleSixMilestone.py.” At the top of the file, include a comment with your name.
For this milestone, you will be submitting a working draft of the code for a simplified version of the text-based game that you are developing for Project Two. You will focus on displaying how a room dictionary works with the “move” commands. This will include the if, else, and elif statements that move the adventurer … Read more