summaryrefslogtreecommitdiff
path: root/src/dna.cpp
AgeCommit message (Collapse)Author
2017-02-12-added DNA combining, currently it just takes the average of the mother and ↵tom
father -there maybe a random segfault, further investigation is needed
2017-02-12-minor constant changestom
-implemented dna structure, which carries the creatures attributes suchas speed and reach -currently a child inherits 100% the same dna as the mother -removed sing namespace std