CodingTrain / CodingTrain/Logo
Logo Implementation TODO
- Lenguaje dominante
- JavaScript
- Estrellas
- 47
- Forks
- 33
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Below is a list of things that still need to be implemented into the parser for the logo language:
- [ ] circle > `circle radius extend steps`
- [ ] dot > `dot radius`
- [x] pensize > `pensize strokeSize`
- [ ] pencolor > `pencolor color`
- [ ] fillcolor > `fillcolor color` _note_: this is dealing with custom shapes which we currently don't support yet
- [ ] fill > `fill true/false` _note_: uses fillcolor to fill the shape if true
- [ ] begin_fill > start shape
- [ ] end_fill > end shape
- [ ] write > `write text` _note_: this writes to the canvas as text ex "hello world"
Things to implement in turtle to add more features:
- [ ] Dynamic stroke size so we can change it with pensize
- [ ] Ability to create shapes and ill them with a solid color
--
Note: In Logo `color` sets both `fillcolor` and `pencolor`, this means we don't actually implement `color` properly yet
Guía de contribución
Línea de trabajo
Comienza localizando el JavaScript parser y los turtle/canvas entry points, usando como referencia la implementación existente de pensize. Separa los unchecked parser commands del trabajo de turtle shape y fill, y luego verifica que el command seleccionado cambie el canvas como se describe; el issue solo estará completo cuando funcione el comportamiento correspondiente de la checklist.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript
- Área
- frontend
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100