Third Assignment
Implement Your Atmosphere Agents - (Homework Due Tuesday, Feb. 16th at 2:00 PM)
Assumptions
- Every atmosphere agent will store strings to which they will
respond in their .responses property.
- The .responses property will be a list of strings
- The .responses list will be at least 4 elements in length
- First .responses element: a greeting
- Second .responses element: an offer of goods or services
- Third .responses element: acceptance of the offer in #2
- Fourth .responses element: rejection of the offer in #2
- Additional elements are optional
- Every atmosphere agent will store strings with which they will
respond in their .replies property.
- There is a one-to-one correspondance between the .responses
strings and the .replies strings
- Code for a generic respond() verb is available at ...