Skip to content

tlesne/elm-turtle-graphics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Elm Turtle Graphics

Getting Started

Tell the turtle where to go using the basic Turtle module. For example,

import Turtle exposing (..)

steps = [forward 20, left 90, forward 10]
main = animate steps

Advanced Users

Those already comfortable with Elm should look at the Advanced module.

Please submit bugs, issues, and the like through GitHub.

About

LOGO turtles in Elm

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elm 100.0%