Terminal based waterfall/rain simulator.
Based on the Multi-Source BFS algorithm.
Animated example:
Execute using (without installing):
npx waterfalls
Or install globally as a CLI application:
npm install -g waterfalls
Execute using random map:
waterfalls
Specify a custom map:
waterfalls path/to/file.txt
Check the files in the samples
folder to see the required format.