项目作者: qgolsteyn

项目描述 :
Project to demonstrate the principle of emergence using elementary cellular automaton
高级语言: TypeScript
项目地址: git://github.com/qgolsteyn/emergence.git
创建时间: 2018-11-10T06:44:51Z
项目社区:https://github.com/qgolsteyn/emergence

开源协议:MIT License

下载





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:

  1. git clone https://github.com/qgolsteyn/emergence
  2. cd emergence
  3. 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.