Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cobyj33/llcacodec
- Owner: cobyj33
- License: mit
- Created: 2023-02-28T01:08:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T18:48:42.000Z (over 1 year ago)
- Last Synced: 2024-10-31T20:16:03.115Z (2 months ago)
- Topics: automata, cellular-automata, cellular-automaton, conway-game, conways-game-of-life, javascript, life-simulation, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/llcacodec
- Size: 23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)