PurpleKingdomGames / indigo

An FP game engine for Scala.
https://indigoengine.io/
MIT License
611 stars 56 forks source link

SubSystems need a read-only reference to the main game model #715

Closed davesmith00000 closed 2 months ago

davesmith00000 commented 3 months ago

...because although you can send data to them via events, it adds a lot of complexity it there's a lot of data to shovel around, and the main game model is the source of truth.