Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a file that lists the methods of blot? #413

Closed
FOSSBOSS opened this issue Apr 15, 2024 · 3 comments
Closed

Is there a file that lists the methods of blot? #413

FOSSBOSS opened this issue Apr 15, 2024 · 3 comments

Comments

@FOSSBOSS
Copy link

FOSSBOSS commented Apr 15, 2024

I see const t = new bt.Turtle();
which leads me to believe this is a js implementation of turtle. OK, cool. so I tried some methods like penup() pendown() circle(n)
all of which failed. So I went to read more about the implementation of blots version of turtle, but have yet to find the documentation.

To be more specific, I do mean an online reference, something akin to:
https://docs.python.org/3/library/turtle.html

I did find the turtle implementation in the source code. penup() and pendown() are up(), down()
I did not see implementations for shapes. Maybe I should write those.

Anyway, I think an online reference would be nice.
Alternatively, if the methods more closely matched the Turtle methods, you could probably just use the python documentation.

@BrightTheBackpack
Copy link
Contributor

https://blot.hackclub.com/docs

@FOSSBOSS
Copy link
Author

Very good, thanks!

@BrightTheBackpack
Copy link
Contributor

Can you close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants