Create a text based adventure game! For this assignment you'll be creating a text based adventure game ala Zork. This game should have at least two rooms that the player can move between. One item that the player can interact with and one monster for the player to defeat. Your webpage should have a command input and a button or a form submission to do something based on the command. No need to try and persist the data. Make sure to create each of your different commands or actions as functions on your controller.
- Command Processing: 3pts
- Game Construction: 4pts
- Build Process: 3pts
- fork this repository
- write all of your code in a folder containing your name
- push to your repository
- submit a pull request to this repository
- submit a link to your PR in canvas