Wip: Working on room movements, player location in room, and data storage
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
typedef int (*FUNCTION)(const std::string &s);
|
||||
|
||||
static std::vector<std::string> Verbs{"Quit", "Exit", "Go", "Move", "Look"};
|
||||
static std::vector<std::string> Nouns{"Object", "Door", "North", "South", "East",
|
||||
"West", "Up", "Down", "Left", "right"};
|
||||
static std::vector<std::string> Nouns{"Object", "Door", "North", "South", "East", "West",
|
||||
"Up", "Down", "Left", "Right", "To", "At"};
|
||||
|
||||
class CommandParser {
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user