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

https://github.com/chrisvilches/waterfalls

Terminal based waterfall/rain simulator.
https://github.com/chrisvilches/waterfalls

algorithm bfs-algorithm console-application graph javascript simulator

Last synced: 8 months ago
JSON representation

Terminal based waterfall/rain simulator.

Awesome Lists containing this project

README

          

# Waterfalls

Terminal based waterfall/rain simulator.

Based on the Multi-Source BFS algorithm.

Animated example:

![](demo.gif)

Execute using (without installing):

```bash
npx waterfalls
```

Or install globally as a CLI application:

```bash
npm install -g waterfalls
```
## Usage

Execute using random map:

```bash
waterfalls
```

Specify a custom map:

```bash
waterfalls path/to/file.txt
```

Check the files in the `samples` folder to see the required format.