Expand description
Functions§
- apart πTwo knots are considered βapartβ if the they are not diagonally adjacent, that is the absolute distance in either x or y axes is greater than 1.
- Converts input lines into a pair of
Point
and integer amount, to indicate direction and magnitude respectively. Then determines the maximum extent of the head so that we can allocate a two dimensional grid. - Simulate a rope length of 2
- Simulate a rope length of 10
- simulate πSimulates a rope of arbitrary length.