Rich2 / openstrat

Cross Platform Scala 2d graphics (but 3d compatible), basic geometry, maps, Earth maps, hex-tiling and strategy library(s).
https://richstrat.com
Apache License 2.0
21 stars 8 forks source link

Removal of Grid Managers #200

Open Rich2 opened 1 year ago

Rich2 commented 1 year ago

Consider removing grid managers. I'm not sure the encapsulation they enable justifies the increase in obfuscation. If the Grid Managers are to be useful then they must exist as separate classes. Certainly they must not be implemented inside the HGridMulti class.