brandonp1551 / Waterflow

Water Flow project
0 stars 0 forks source link

Keep track of min and max levels #12

Open taylorcjensen opened 7 years ago

taylorcjensen commented 7 years ago

We need the map ivars minLevel and maxLevel to be kept up to date during the map creation as well as when the water level of nodes changes. They should have the value of water level + surface elevation (aka Node.getLevel())

taylorcjensen commented 7 years ago

We also need to keep track of min and max depths.