Search found 1 match

by pieguy275
Sat Nov 17, 2012 7:12 pm
Forum: Libraries and Tools
Topic: LÖVE Turtle library, like in BASIC languages
Replies: 1
Views: 1462

LÖVE Turtle library, like in BASIC languages

I wrote a small series of functions that can act as a turtle, much like the one in BASIC languages. It has 11 total commands, they are: turtle(angle, length) up(length) down(length) left(length) right(length) downRight(length) downLeft(length) upRight(length) upLeft(length) setX( xValue) setY( yValu...