EvolutionSim / Evolution-Simulation

0 stars 0 forks source link

Added breed function and a few includes to other files #23

Closed jprock23 closed 1 month ago

jprock23 commented 1 month ago

Added a breed function that creates a child using the average of the parents stats plus a chance to mutate. Also made sure every cpp file included its header, every header file had a header guard, and fixed a typo in the name of the environment files. Also added a misc.h file into the math folder to hold any necessary calculation functions.