Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 471 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 471 Bytes

Waterfalls

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

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.