Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 509 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 509 Bytes

canvaslogo

Demonstration of a simple javascript implementation of Turtle Logo using the HTML5 Canvas element

This was a "teach myself" experiment from late 2012/early 2013 where I wanted to learn more about AJAX (got sidetracked) and javascript targeting HTML5/Canvas. Turtle Logo was something I played with in my youth and it's proven to be big and fun enough to implement in other languages without being so big that it drags on.

Visit http://pgunn.github.io/canvaslogo/logo4.html to see it in action.