Skip to content

Webpage to generate any 8bit elementary cellular automata with custom first row input.

Notifications You must be signed in to change notification settings

nrush23/ElementaryAutomata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ElementaryAutomata

Similar to Conway's Game of Life, elementary cellular automata represent the progression of cells as they switch between two states, off or on. Unlike Conway's Game of Life though, elementary cellular automata are one-dimensional and update cells in only one direction, typically downwards. To create an elementary cellular automata, a number is selected from 0-255, converted into an 8bit binary number, and then used to determine the states, true or false, of the eight 3bit rules corresponding to the index position of the binary number.

Click here to see the github pages: https://nrush23.github.io/ElementaryAutomata/

About

Webpage to generate any 8bit elementary cellular automata with custom first row input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published