Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.03 KB

File metadata and controls

27 lines (21 loc) · 1.03 KB

AutoCell

Autocell is a generic cellular automata engine made with LÖVE.

Demo

Features

  • Autoplay / manual simulation
  • Customizable simulation parameters
  • Load / save grids
  • Define custom rules

To change parameters or the rules edit conf.lua file.

Available Rules

You can also define custom rules (see rules directory for examples).

How to Run

  1. Install LÖVE.
  2. git clone https://github.com/kianelbo/autocell.git
  3. Drag and drop autocell folder into love's executable file.