EvolutionSim / Evolution-Simulation

0 stars 0 forks source link

Made changes to the structure of the Creature struct #22

Closed jprock23 closed 1 month ago

jprock23 commented 1 month ago

Grouped attribute members into their own struct, and behaviors into their own struct, that each creature will then have an instance of. Also added two Pose2Ds, one for the creature's current position and one for their target. Some formatting fixes as well.