test commit
This commit is contained in:
@@ -12,7 +12,7 @@ package com.bayviewglen.zork;
|
||||
*/
|
||||
class CommandWords {
|
||||
// a constant array that holds all valid command words
|
||||
private static final String validCommands[] = { "go", "quit", "help", "eat" };
|
||||
private static final String validCommands[] = { "go", "quit", "help", "eat", "jump" };
|
||||
|
||||
/**
|
||||
* Constructor - initialise the command words.
|
||||
|
||||
Reference in New Issue
Block a user