Repository accompanying arXiv:2406.13765.
- Create and activate virtual environment using
python3 -m venv ./venv && source venv/bin/activate. - Install requirements using
pip install -r requirements.txt.
- To run an animated simulation, use
python simulation.py. - The implementation of Spore Life can be found in
gol.py. - To generate data, run the respective scripts.