atparkweb / aquarium

Java GUI Aquarium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove dependency between SpatialPartition and Animal

atparkweb opened this issue · comments

The SpatialPartition class should only use the Drawable interface instead of directly referencing the Animal class.

  1. Convert Drawable to an interface
  2. Update Renderer to pass Animal list as Drawables