Projects with this topic
-
This is my practice code wich generate patter of symbols in console of size 80x80 according to "Rule 110" cellular automata.
Fist line generated pseudo-randomly, and every next line is based on previous.
Updated -
The Game of Life, also known simply as Life, is a cellular automaton devised by the mathematician John Horton Conway in 1970.
Updated -
The formal purpose of this project is to provide means of carrying out experiments with cellular automata. But do not expect too much from this, it is just for practicing Java.
Updated -
A dummy forest simulator based on cellular automa
Updated -
A simple implementation of Conway's Game of Life
Updated -
A pixel drawing simulation (similar to The Powder Toy and The Sandbox) that uses cellular automaton rules.
Updated -
Didactic re-write of Conway's Game of Life using ReactJS.
Updated -
One-dimension Cellular Automata visualizer made in Java
Updated -
A map generator made for a technical test. This project was made during a given time frame and will be updated to add more features. Made by me during 2017 for an interview test (passed)
Updated