Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 427 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 427 Bytes

Java 1-D cellular automata

Example of a few generated images.

Usage

  1. Compile and run program with Java.
  2. Enter a rule $[0, 255]$ and press Enter.
  3. Optionally:
    • Use slider to create a delayed animation
    • Enter any Pattern the first line should show. [0,1]+
      • e.g. 010 or 110110101

Background

An implementation of a 1-D cellular automata I did over 12 years back.