conway-engine
A moderately performant engine for Conway's Game of Life
A moderately performant engine for Conway's Game of Life
Conway's Game of Life: Generates set amounts of alive cells in random positions, and attempts to figure out if it oscillates.
Game engine for Conway's Game of Life with customizable cellular automaton rules.
A super powerful Typescript library for cellular automation.
Conway's Game of Life: Generates set amounts of alive cells in random positions, and attempts to figure out if it oscillates.
Read and Write Life-Like Cellular Automata Files
A CLI implementation of Conway's Game of Life
A package to spice up your loaders using Conway's Game of Life
Conway's Game of Life
This package propose a JS implementation of Conway's Game Of Life.<br/> Its initial aim is to be embedded in web pages as an animated background.
conway's game of life with a small bit of interactivity. an observer can click on a square to "infect" it (turn its living color to red). then, whenever that cell is live, it will "infect" its living neighbors