Skip to content

NoInitRD/GOLAutomata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

GOLAutomata

Conway's game of life, a cellular automaton.

This program contains cells on a grid that abide by the following rules:

-Dead cells with three neighbors become alive.
-Live cells with two or three neighbors survive.
-Live cells with more than three neighbors die.
-Live cells with less than two neighbors die.

These simple rules create colonies of cells that produce amazing patterns. It was created by English mathematician John Horton Conway, in 1970.

About

Conway's game of life, a cellular automaton.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages