You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added the circle command, but this is my first time contributing to something on github, so please if you see that i have done something wrong, done something in a diffrent way than i should have, change it and let me know. I dont know if i should use ellipseMode(center) or not, or if i should use w,h instead of radius.
The text was updated successfully, but these errors were encountered:
Thank you for contributing ❤️
Don't worry about 'making mistakes' Git and Github makes it easy to change things afterwards, just go for it.
I couldn't find a circle command in the Berkeley Logo Manual but there is an ARK command:
ARC angle radius
draws an arc of a circle, with the turtle at the center, with the
specified radius, starting at the turtle's heading and extending
clockwise through the specified angle. The turtle does not move.
As the ARC command takes a radius parameter it will be measures from the center as opposed to a corner.
I have added the circle command, but this is my first time contributing to something on github, so please if you see that i have done something wrong, done something in a diffrent way than i should have, change it and let me know. I dont know if i should use ellipseMode(center) or not, or if i should use w,h instead of radius.
The text was updated successfully, but these errors were encountered: