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
Call the processed_user_input() func,
check if the key words : quit, look, take, inventory, go, talk, use; exists in the processed_tokens
return appropriate functions for each of those key words.
If none of the key words exists in the tokens, return "I don't understand that command."
The text was updated successfully, but these errors were encountered:
Call the processed_user_input() func,
check if the key words : quit, look, take, inventory, go, talk, use; exists in the processed_tokens
return appropriate functions for each of those key words.
If none of the key words exists in the tokens, return "I don't understand that command."
The text was updated successfully, but these errors were encountered: