Skip to content

CableCry/CellularAutomata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

CellularAutomata

Cellular Automata: a discrete model of computation studied in automata theory. Cellular automata are also called cellular spaces, tessellation automata, homogeneous structures, cellular structures, tessellation structures, and iterative arrays. Cellular automata have found application in various areas, including physics, theoretical biology and microstructure modeling. (via. wikipedia)

alt text

Features:

The app is built off the idea of Conways Game of Life, but with 2 twists.

1) Moore Neighborhood Reproduction

If a cell has exactly 1 partner next to it, there is a 10% chance that it will reproduce (replace the cell being checked)

2) Von Neumann Neighborhood Explosion (Work in Progress)

If a cell reaches 10 turns old, it will have a 50% chance of exploding. When the cell explodes it has a 50% chance for its adjacent cells to come alive/reset their age.

The base of the game is built using Pygame. Install Via.

pip install pygame

This program is still a work in progress, and if you have any recommendations let me know :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages