1.0.24 • Published 5 years ago

cellular-automata-patterns v1.0.24

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

cellular-automata-patterns

Build Status NPM version

This repo contains cellular automata pattern file collections. It gives developers of CA apps and scripts an easy path to a large, high-quality set of patterns.

The patterns are unaltered from the source including any readme or supporting files and are updated daily.

Collections

  • conwaylife - The pattern collection from LifeWiki. It currently contains 2,200+ RLE pattern files. They are mostly standard Conway's Game of Life ruleset B3/S23, but also contains other rules. See:

Contents

patterns directory containing cellular automata pattern file collections.

index.json contains a listing of the contents of the patterns directory. The root element is an array of directory objects for each pattern collection. Directory objects have one property which is the name of the directory and its value is an array which is the contents of the directory. The contents can be either directory objects or strings which are the filenames.

For example:

[
  {
    "conwaylife": [
      "101.rle",
      "104p177.rle",
      ...
    ]
  },
  {
    "othercollection": [
      "pattern1.rle",
      "pattern2.rle",
      ...
    ]
  }
]

Pull Requests

If you know of any pattern collections you would like to see included in this repo, please submit a pull request!

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago