CodingTrain / CodingTrain/Logo

Logo Implementation TODO

オープン
#37 コメント 8 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
47
フォーク
33
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Start by locating the JavaScript parser and turtle/canvas entry points, using the existing pensize implementation as a reference. Separate the unchecked parser commands from the turtle shape and fill work, then verify the selected command changes the canvas as described; the issue is complete only when its corresponding checklist behavior works.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
javascript
領域
frontend
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。