jlechem / TextAdventure

A text adventure API framework
3 stars 0 forks source link

Implement Help Command #4

Closed jlechem closed 6 years ago

jlechem commented 6 years ago

The help command needs to be implemented. A HelpCommand class needs to be implemented and data needs to be added to the config.xml so that the appropriate help text is displayed.

jlechem commented 6 years ago

Help command is now done, a new help.dat file is included and it's contents are displayed when help/h is entered.