Skip to content

green-dalii/Cellular-Automata-in-Processing.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cellular-Automata-in-Processing.py

A project contains few of processing.py codes about Cellular-Automata:

  • Code Of Life: The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.

    The game is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves, or, for advanced players, by creating patterns with particular properties. ,(Wikipedia-Link)

  • Color Eat in Cycles: the cellulars in this programmer are divided to three colors:red,green,blue.The rule is the red eats the green,the green eats the blue,the blue eats red.

All of Codes in this project are written in Processing.py.

About

Use Processing.py to implement Cellular-Automata

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages