Skip to contents

A turtle takes steps of a fixed length, but turns at a random angle after each step.

Usage

turtle_drunk(side, step)

Arguments

side

side-lengths of the containing square

step

length of one turtle step

Value

side effects

Author

Homer White homerhanumat@gmail.com

Examples

## turtle_drunk(side = 100, step = 10)