https://github.com/joakin/water-automata
Small automata to simulate water
https://github.com/joakin/water-automata
automata elm water-automata
Last synced: about 1 year ago
JSON representation
Small automata to simulate water
- Host: GitHub
- URL: https://github.com/joakin/water-automata
- Owner: joakin
- Created: 2017-07-24T10:47:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T12:07:48.000Z (almost 9 years ago)
- Last Synced: 2025-02-18T19:55:06.626Z (over 1 year ago)
- Topics: automata, elm, water-automata
- Language: Elm
- Size: 85 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Water automata
A small water automata written in elm
Visit [chimeces.com/water-automata](https://chimeces.com/water-automata) for the live
version.
# TODO
[] Bounce energy in walls back to the pool
[] Make energy/water transfer depend on height and terrain of neighbours
# Dev
After:
* `npm install`
* `elm package install -y`
* `npm install -g create-elm-app`
Do:
```
npm start
```
And visit `http://localhost:3000`
# Prod
```
npm run build
```
Assets are built to the `build` folder.