mhyfritz / elementary-cellular-automata

Web app to explore the elementary cellular automata

Home Page:http://mhyfritz.com/elementary-cellular-automata/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elementary cellular automata

Web app to explore the elementary cellular automata.

http://mhyfritz.com/elementary-cellular-automata/

Usage

  • you can either enter the Wolfram code (0-255) or set the individual states as bits (0/1)
  • you can choose to use a random start configuration with a given density, otherwise only a single cell (the middle one) is active at the start
  • finally, hit the Run button to view the time evoution

Rule 184

Install and run locally

git clone https://github.com/mhyfritz/elementary-cellular-automata.git
cd elementary-cellular-automata
npm install
npm run serve

About

Web app to explore the elementary cellular automata

http://mhyfritz.com/elementary-cellular-automata/

License:MIT License


Languages

Language:Vue 67.5%Language:HTML 25.4%Language:JavaScript 7.1%