Logo icon indicating copy to clipboard operation
Logo copied to clipboard

Repo for implementation of Logo in JavaScript p5

Results 11 Logo issues
Sort by recently updated
recently updated
newest added

Below is a list of things that still need to be implemented into the parser for the logo language: - [ ] circle > `circle radius extend steps` - [...

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 the [Berkeley Logo User Manual](https://people.eecs.berkeley.edu/~bh/usermanual) the commands are implemented as full words and then aliased with shorter two-letter abbreviations and all commands are specified in screaming-case (all uppercase). -...

Probably on the README?

documentation

The new Parser has a flaw in it's design as turtle graphics support float values and we cannot actually handle those currently... Also the new way to add commands can...

@Melvin-Abraham since you submitted the design, do you have a suggestion as to where this should go?

good first issue
documentation
design

## perspective command For 3D Drawing ### #add **perspective** (its original logo command) command for 3D Drawing ![logo3d](https://user-images.githubusercontent.com/35374649/48312776-ca548200-e5d9-11e8-8fac-efb031928ce0.png)

enhancement