Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 359 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 359 Bytes

The script draws a random path with no intersections

  • This script draws a randomly generate path with no intersections
  • Every segement of the path is a line with random length
  • The max length of a line can be specified with first agrument
  • If max length of a line is set to 0 or is't supplied the line length will not be limited
  • Press ctrl-c to exit