forked from kirkcarlson/js-turtle
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from performance/Bulgarian
Adds Bulgarian support. Auto formatted by vs code.
- Loading branch information
Showing
14 changed files
with
2,458 additions
and
1,462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
// Тухлена ప్రస్తారము | ||
|
||
_винаги_ височина = 15 | ||
_винаги_ ширина = 2* височина | ||
|
||
// Тухлена == ఇటుక | ||
|
||
Тухлена = ( височина, ширина, предпочитан_цвят) => { | ||
формата_започва() | ||
повтаряй (2, () => { | ||
напред( ширина) | ||
надясно(90) | ||
напред( височина) | ||
надясно(90) | ||
}) | ||
формата_свършва( предпочитан_цвят) | ||
напред( ширина) | ||
} | ||
|
||
показване = () => { | ||
начално_състояние() | ||
|
||
yB = максимална_Y() | ||
xB = минимална_X() | ||
не_обикаляй() | ||
надясно( 90) | ||
цвят_промени( 7 ) // бяло | ||
|
||
целия_цикъл( () => కుంచిక.స్థానము.y > минимална_Y(), () => { | ||
позицията_промени(xB, yB) | ||
целия_цикъл( () => కుంచిక.స్థానము.x < максимална_X(), () => { | ||
четката_надолу() | ||
Тухлена(височина, ширина, "darkred") | ||
четката_нагоре() | ||
} ) | ||
yB = yB - височина | ||
|
||
позицията_промени(xB - ширина/2, yB) | ||
целия_цикъл( () => కుంచిక.స్థానము.x < максимална_X(), () => { | ||
четката_надолу() | ||
Тухлена(височина, ширина, "darkred") | ||
четката_нагоре() | ||
} ) | ||
yB = yB - височина | ||
} ) | ||
} |
Oops, something went wrong.