Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.65 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.65 KB

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.

View live website

Getting Started

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.

Installing

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

Deployment

Run yarn build and deploy the build folder on your prefered static website publisher.

Built with

Authors

  • Quentin Golsteyn - Current project maintainer

License

This project is licensed under the MIT License - see the LICENSE.md file for details.