FiveFootEighty / catagotchi

2 stars 2 forks source link

Prototype Cat Senses #82

Open mmichaud93 opened 7 years ago

mmichaud93 commented 7 years ago

We want the cat to have somewhat realistic senses. Hearing, vision, and smell. If the cat sees something or hears soemthing or smells something, we want the cat to respond to that.

d0ck commented 7 years ago

Just a heads up, I'm expecting these to exist in the CatAI.cs script which is basically the top level Cat MonoBehavior script. However in the spirit of being modular if you have a better way of splitting out the senses into their own scripts in a way in which they can still interact with the "Cat Brain" that's fine too.

mmichaud93 commented 7 years ago

There must be a way to extract them out. Dont you think having the techinical aspect of the senses in the core AI script is bad design? I thought the brain had an event cue that we could feed events into and it didnt matter where the events came from. So the eyes and ears would send specific events to the cat ai brain thing. Right?