aboutsummaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Collapse)Author
2024-02-29Processes can now eat from writeable addresses only.Paul Oliver
I've found that allowing organisms to eat from everywhere (including addresses owned by other organisms) made the simulation too unstable. Organisms may now eat from either free memory, or from self-owned memory.
2024-02-29Initial commit.Paul Oliver