jenniferemshepherd / dawn

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

74 inherit shapes #78

Closed rcvink closed 6 years ago

rcvink commented 6 years ago

Closes #74

Some major refactoring needed. I suspect a new class should be implemented to manipulate the parents' shapes.

The flow is as follows:

I've also added functionality to insert square, triangular and rhombus shaped-cells. These use vectors to define these cells but really, we could use matter's built in Bodies methods to generate these in fewer lines.

No tests written as yet because I wasn't sure exactly what we wanted.