This commit is contained in:
2025-02-20 13:00:46 +01:00
parent 8bb33ccf2b
commit 5fd8ac7a92
4 changed files with 134 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ public class CommandWords
{
// a constant array that holds all valid command words
private static final String[] validCommands = {
"go", "quit", "help", "look"
"go", "quit", "help", "look", "status", "take", "drop"
};
/**