Skip to content

ChrisVilches/Waterfalls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published