Cellular automaton topic

A cellular automaton is a discrete model of computation studied in automata theory. It consists of a regular grid of cells, each in one of a finite number of states; a new generation is created according to some fixed rule that determines the new state of each cell in terms of the current state of the cell and its neighborhood. Typically, the rule for updating the state of cells is the same for each cell and does not change over time, and is applied to the whole grid simultaneously, though exceptions are known, such as the stochastic cellular automaton and asynchronous cellular automaton.

A well-known cellular automaton is Conway’s Game of Life.

List Cellular automaton repositories

Go-L

58
Stars
3
Forks
Watchers

Game of Life with different update rules and on a bunch of different topologies (sphere, torus, klein bottle, etc.)

cellular-automata-posters

55
Stars
2
Forks
Watchers

Simple Python script that generates cellular automata posters as PDF files.

NDCell

24
Stars
2
Forks
Watchers

A fast, flexible, and feature-rich interactive multidimensional cellular automaton simulator written in Rust

nutshell

16
Stars
4
Forks
Watchers

[alpha!] [dormant!] An advanced cellular-automaton-specification language that transpiles to Golly's.

GameOfLife

48
Stars
4
Forks
Watchers

Conway's Game of Life macOS app.

cellular-automata-explorer

18
Stars
2
Forks
Watchers

(WIP) An interactive web app for exploring cellular automata.

VAE-NCA

23
Stars
4
Forks
Watchers

This repo provides the code to replicate the experiments in the paper: Image Generation With Neural Cellular Automatas.

pyca

25
Stars
5
Forks
Watchers

A more general Python Cellular Automata with multi-dimensions and multi-cell type mix

cabasa

25
Stars
1
Forks
Watchers

A generic 2D cellular automaton simulator

jell-machine

31
Stars
11
Forks
Watchers

A remake of the game "Cell Machine" written in JavaScript.