rob05c / gomud

A telnet game server written in Go
MIT License
0 stars 1 forks source link

help system #16

Open rob05c opened 11 years ago

rob05c commented 11 years ago

An in-game help system. This ultimately needs to be a navigable hierarchy of files.

Ideally, commands/classes/subjects will auto-generate help files. E.g. when a new command is created, part of that command's structure includes usage help text.

However, a single command listing available commands and their usage will suffice for the current small command set. YAGNI applies.

A help command now exists.

This case will remain open until a complete system exists.

The current commands and such are far too primitive to need a complete system yet. Therefore, this case's priority will be reduced until such complexity exists.