Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 503 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 503 Bytes

Genetic-CA

A customizable genetic cellular automata simulator with pygame GUI.

Features

  • save/load world states
  • play/pause simulation
  • click on cell and view its state, genetic sequence, and phenotype informations
  • display phenotype neural network
  • customizable cell functions and states
  • customizable resource spawn
  • cells colorized by genetic similarity

Quick Start

python gui.py

Run and enjoy watching the world evolves itself!