Skip to content

dstineback/text_adventure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Text Adventure

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.

Rubric

Command Processing: 3pts Game Construction: 4pts Build Process: 3pts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 59.6%
  • CSS 30.6%
  • HTML 9.8%