This program is a simulation of cellular evolution, modeling core biological processes such as replication, consumption of resources, and genetic mutations to study emergent behavior.
1. Setup and Clone
git clone https://github.com/BrotatoBoiV2/Cellular-Evolution
cd Cellular-Evolution
python -m venv ./cells2. Activate the Environment
Choose the activation command based on your Operating System:
Linux/MacOS:
source ./cells/bin/activateWindows (CMD/Powershell):
cells\Scripts\activate3. Install Dependencies and Run
pip install -r requirements.txt
python main.py4. Deactivate Environment (Optional)
deactivate- Left Click: Spawn a new cell at the mouse cursor position.
- ESCAPE: Exit the simulation.
Visit this link to see the LICENSE.
You can also view the DOCUMENTATION.