Quest Game Tasks
This week we will be working on multiple tasks to work to improve the controls and to make sure we understand the quest file.
Before we get started I want to look at the restrictions() method.
Task 1:
Edit the go() method to work for movement in all directions (north, south, east, west, up, and down).
Task 2:
Create your own world. It needs to contain 5 rooms and at 4 items. The player should be able to navigate around. These do not need to be part of your final game, just a basic world for practice.
Task 3:
You need to add a "Drop" command for dropping items from your inventory into the room.
Task 4:
You need to add a "commands" command for listing all legal commands. It should list only the primary commands and not all the variations.
You should have all of these tasks completed by the end of the week! On Friday we will be able to begin work on your actual projects.