Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 477 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 477 Bytes

Spore Life

Repository accompanying arXiv:2406.13765.

Installation Instructions

  • Create and activate virtual environment using python3 -m venv ./venv && source venv/bin/activate.
  • Install requirements using pip install -r requirements.txt.

Getting started

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