ajamesVISD / AdventureGalley

A world to explore. An ongoing project of students at Vashon Island High School.
0 stars 9 forks source link

Send text inputs to the right target #34

Closed ajamesVISD closed 6 years ago

ajamesVISD commented 6 years ago

If the user types

examine note

the program should send the word "examine" to the note object in the room. Specifically, it should pass the String "examine" to the note's handle() method. If the user types

eat note

the program should send the word "eat" to the note's handle() method.

Consider some questions: