Skip to content

crisefd/Cellular-Automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Elementary Cellular-Automata

Python implementation of an 1-D Celullar Automata

Final project of the course of Artificial Life, School of Systems Engineering and Computation of the Universidad del Valle (Colombia)

The objective of this project is to implement one-dimensional Cellular Automata Using the basic set of rules found at : http://mathworld.wolfram.com/ElementaryCellularAutomaton.html

Implementation Details

Python3

Gtk 3.0

Programmed and tested on Ubuntu 14.04

#Using the Sofware

Execute in terminal with command:

$ python3 CAGUI.py

Choose the number of cells and generations

Click with cursor the cells in the first row

Go to the menubar and select 'Evolve'

About

Python implementation of an 1-D Celullar Automata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages