Add the turtle commands tot he help

This commit is contained in:
Starbeamrainbowlabs 2018-01-28 23:35:54 +00:00
parent 1a3280e7a0
commit 42d8797d02
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 7 additions and 0 deletions

View File

@ -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.