Project to demonstrate the principle of emergence using elementary cellular automaton
Elementary Cellular Automaton Visualizer
This project was developed for a 3rd-year biology course at the University of
Lethbridge to demonstrate the principle of
emergence.
It allows for the visualization of elementary cellular automaton, using the
rules defined by Stephen Wolfram in his book A New Kind of
Science. More information about elementary cellular automaton can be found here.
The website uses the static website generator Create React App.
These instructions will get you a copy of the project up and running on your local
machine for development and testing. See deployment for notes on how to deploy
to a live machine.
To install, run the following:
git clone https://github.com/qgolsteyn/emergence
cd emergence
yarn
You can then start a development server by running yarn start
Run yarn build
and deploy the build folder on your prefered static website publisher.
This project is licensed under the MIT License - see the
LICENSE.md file for details.