jenniferemshepherd / dawn

procedurally generated socio-genetic simulation
2 stars 1 forks source link

create event controller #25

Closed rcvink closed 6 years ago

rcvink commented 6 years ago

We need a class that registers listeners.

In the short term, this could be used to register a listener so that after each update of the engine, the cells have forces applied to them.

In the future, this could be used to register a listener so that after each collision between cells, a new cell is created.