JJSnader / DesktopAquarium

A manager for desktop fish
MIT License
0 stars 0 forks source link

Shared Fish Manager #11

Open merissler opened 2 weeks ago

merissler commented 2 weeks ago

Fish currently operate independent of each other, with user interaction being handled via events.

If fish were handled using a shared system, fish would be able to easily interact with each other.

Diagram
JJSnader commented 2 weeks ago

This would make fish interactions easier, such as the pufferfish puffing up when a shark gets close, and would get some functionality out of the main form into a controller for more of a MVC design.