Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cobyj33/llcacodec

Reading and Writing Conway Game of Life Files
https://github.com/cobyj33/llcacodec

automata cellular-automata cellular-automaton conway-game conways-game-of-life javascript life-simulation typescript

Last synced: about 2 months ago
JSON representation

Reading and Writing Conway Game of Life Files

Awesome Lists containing this project

README

        

# llcacodec

![llacodec logo](assets/logo/llcacodec_logo_112x112.png)

**L**ife-**L**ike **C**ellular **A**utomata **Codec**

Decoding and Encoding of Life-Like Cellular Automata Data Files
For easy decoding and encoding of Game-Of-Life patterns in Cellular Automata applications.

```npm install --save-exact llcacodec```

> **NOTE**: llcacodec is currently in pre-release testing, which means that there may be many unaccounted bugs and
> unpredicted behaviors present, as well as that the API is subject to change at any time.
> **It is currently recommended to install the package using --save-exact with npm.**

[DOCUMENTATION.md: Documentation, Quickstart, and Supported File and Rule Formats](DOCUMENTATION.md)
[PATTENRS.md: Links to downloads for Life-Like pattern collections](PATTERNS.md)

---

Some pretty examples of patterns loaded by llcacodec

![sawtooth](assets/readme/sawtooth.gif)
![max](assets/readme/max.gif)
![ships](assets/readme/ships.gif)
![dendrite](assets/readme/dendrite.gif)