Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dcts/cellular-automata-demo

GUI that lets user play with different types of cellular automata. Written in matlab.
https://github.com/dcts/cellular-automata-demo

Last synced: about 2 months ago
JSON representation

GUI that lets user play with different types of cellular automata. Written in matlab.

Awesome Lists containing this project

README

        

# Cellular Automata GUI

This is an implementation of different [cellular automata](https://en.wikipedia.org/wiki/Cellular_automaton) in Matlab (written and tested in Matlab 2017b).
- [Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
- Majority Game
- Copy Cat
- Infection
- Wolframs 2D Cellular Automata

To start the program, clone this repository, open matlab and run `MAIN.m`. I hope you enjoy playing around with the parameters. there is a description of what each parameter is doing in the GUI. For any feedback please open an issue.

## Demo
![ca-demo](https://user-images.githubusercontent.com/44790691/53217711-6ff7a280-3659-11e9-9ddd-6a589b86a017.gif)