add demos to README.md
This commit is contained in:
@@ -37,6 +37,7 @@ The language also holds some tools to manage the position and orientation of the
|
||||
|
||||
/*
|
||||
Drawing a square using the turtle interface.
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoTurtle01.kt)
|
||||
@@ -45,6 +46,7 @@ Drawing a square using the turtle interface.
|
||||
|
||||
/*
|
||||
A simple random walk made using the turtle interface.
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoTurtle02.kt)
|
||||
@@ -53,6 +55,7 @@ A simple random walk made using the turtle interface.
|
||||
|
||||
/*
|
||||
Drawing shape contours aligned to the turtle's orientation.
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoTurtle03.kt)
|
||||
|
||||
Reference in New Issue
Block a user