https://github.com/gmurayama/automatocelularwolfram
Implementação do Autômato Celular Elementar de Wolfram em Java com Swing
https://github.com/gmurayama/automatocelularwolfram
cellular-automaton java wolfram
Last synced: about 1 year ago
JSON representation
Implementação do Autômato Celular Elementar de Wolfram em Java com Swing
- Host: GitHub
- URL: https://github.com/gmurayama/automatocelularwolfram
- Owner: gmurayama
- License: mit
- Created: 2019-05-07T21:21:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T00:19:56.000Z (about 7 years ago)
- Last Synced: 2025-01-26T10:31:06.095Z (over 1 year ago)
- Topics: cellular-automaton, java, wolfram
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Automato Celular Elementar de Wolfram
Projeto desenvolvido para a disciplina de [Vida Artificial na Computação](http://professor.ufabc.edu.br/~graca.marietto/HomePage/ANoturno/index.html) da Universidade Federal do ABC, ministrada pela professora [Maria das Graças Bruno Marietto](mailto:graca.marietto@ufabc.edu.br) no 1º quadrimestre de 2019.
Construído a partir do projeto [The Game of Life](https://github.com/luisccastillo/Swing-GameOfLife) de [Luis Carlos Castillo](https://github.com/luisccastillo) e distribuído pela [licença MIT](LICENSE.md)
## Descrição
Implementação em Java do Autômato Celular Elementar de Wolfram para mostrar, de forma gráfica, a evolução temporal do modelo de acordo com as regras pré-definidas da simulação.