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.
- Host: GitHub
- URL: https://github.com/dcts/cellular-automata-demo
- Owner: dcts
- Created: 2019-02-21T21:47:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T22:15:12.000Z (over 2 years ago)
- Last Synced: 2025-10-13T23:23:57.881Z (8 months ago)
- Language: MATLAB
- Size: 459 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
