JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q51334F
  • License MIT

Zindagi is a library to program life-like cellular automata like Conway's Game of Life

Package Exports

  • zindagi

Readme

Zindagi

Usage

import Zindagi from 'zindagi';

const life = new Zindagi();
// define 1000 generations
const generations = life.live(1000);
// in built method to render to console/terminal
const life.render(generations);

Output

Example Output

Install

npm install zindagi

TODO

  • Documentation
  • Tests
  • Optimizations