waterfalls
v1.0.5
Published
Terminal based waterfall/rain simulator.
Downloads
8
Readme
Waterfalls
Terminal based waterfall/rain simulator.
Based on the Multi-Source BFS algorithm.
Execute using (without installing):
npx waterfalls
Or install globally as a CLI application:
npm install -g waterfalls
Usage
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.