Add the turtle commands tot he help
This commit is contained in:
parent
1a3280e7a0
commit
42d8797d02
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@ Input File Format:
|
||||||
Subsequent lines beginning with a # (hash sign) are ignored.
|
Subsequent lines beginning with a # (hash sign) are ignored.
|
||||||
Rules are declared with an equals sign - i.e. f=f-f+, or fb=fbfafcfafb.
|
Rules are declared with an equals sign - i.e. f=f-f+, or fb=fbfafcfafb.
|
||||||
Lines starting with an exclamation mark specify directives that should be passed to the turtle - i.e. !angle=1.0472
|
Lines starting with an exclamation mark specify directives that should be passed to the turtle - i.e. !angle=1.0472
|
||||||
|
The L-System is rendered at each generation. Any character the turtle doesn't understand is ingored.
|
||||||
|
|
||||||
|
Turtle Characters:
|
||||||
|
f Move forwards
|
||||||
|
h Also move forwards
|
||||||
|
+ Turn clockwise
|
||||||
|
- Turn anti-clockwise
|
||||||
|
|
||||||
Turtle Directives:
|
Turtle Directives:
|
||||||
angle Sets the angle by which the turtle should turn. Note that this is specified in radians.
|
angle Sets the angle by which the turtle should turn. Note that this is specified in radians.
|
||||||
|
|
Loading…
Reference in a new issue