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.
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.