Skip to content

Turtle Graphics using the HTML5 canvas, controlled through a custom "language"

License

Notifications You must be signed in to change notification settings

CatThingy/turtle-graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

turtle-graphics

Turtle Graphics using the HTML5 canvas, controlled through a custom "language".
Play around with it here

How the parser works

The parser takes each line of the input seperately. Then, it splits each line into two halves: one before the colon, one after. The section before the colon dictates what command it receives. The section after dictates what the input to that command is.

About

Turtle Graphics using the HTML5 canvas, controlled through a custom "language"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages