File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Turtle Animations in Haskell
4
4
5
- ![ parallel cirlces animation] ( worldturtle/docs/images/parallel_circles_animated.gif )
6
-
7
- WorldTurtle is a Haskell take
8
- on [ Turtle Graphics] ( https://en.wikipedia.org/wiki/Turtle_graphics ) .
5
+ WorldTurtle is a Haskell take on [ Turtle Graphics] [ Turtle graphics wiki ] .
9
6
10
7
The intent of this module is a teaching tool by using turtle commands to
11
8
produce animations.
12
9
10
+ ![ parallel cirlces animation] ( worldturtle/docs/images/parallel_circles_animated.gif )
11
+
13
12
## Features
14
13
15
14
### Monadic commands
@@ -149,3 +148,4 @@ stack exec parallelcircles-exe
149
148
150
149
[ Hackage page ] : https://hackage.haskell.org/package/worldturtle
151
150
[ Hackage badge ] : https://img.shields.io/hackage/v/worldturtle
151
+ [ Turtle graphics wiki ] : https://en.wikipedia.org/wiki/Turtle_graphics
You can’t perform that action at this time.
0 commit comments