Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.