You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing a command have an array of available command words and loop through. If they match then return a default word back to the parseCommand method in Game.java. For example: player types 'get', loop through an array that contains take, get, gain, steal (those last 2 are just examples), if it matches return take.
The text was updated successfully, but these errors were encountered:
When parsing a command have an array of available command words and loop through. If they match then return a default word back to the parseCommand method in Game.java. For example: player types 'get', loop through an array that contains take, get, gain, steal (those last 2 are just examples), if it matches return take.
The text was updated successfully, but these errors were encountered: