gameoflifebuilder
This is a Javascript with TypeScript support library that implements Conway's Game of Life. It allows users to create a game instance, set initial states of cells, and iterate through generations.
This is a Javascript with TypeScript support library that implements Conway's Game of Life. It allows users to create a game instance, set initial states of cells, and iterate through generations.
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.