Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T12:07:48.000Z (over 7 years ago)
- Last Synced: 2024-10-31T11:44:25.640Z (3 months 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.