Releases: AmrDeveloper/Turtle
Releases · AmrDeveloper/Turtle
Turtle 1.6.1
Update SDK to 34
Turtle 1.6.0
- Add support for
penUp
andpenDown
functions #3
Turtle 1.5.3
- Add new logo to the application
- Support single line comment
Turtle 1.5.1
- Fix editor height with keyboard
Turtle 1.4.3
- Fix Code formatter issues, and improve format for binary expressions
Turtle 1.4.2
- Introduce Code formatter for Lilo Programming language
- Make diagnostic instances reusable
Turtle 1.4.1
- Add support for execution seek bar
- Add support for pause and consume menu icons
- hide consume menu icon when execution is finished
- Improve parse logical, factor and term expression
- Add Vibrate circle to the preload examples
Turtle 1.3.1
- Fix Issue #1
- Fix the Number of parameters when parsing function declaration
- Fix Control flow execution Scope
- Fix Recursion functions
- Add support for
show
keyword - Add support for
hide
keyword
5.start.turtle.graphic.mp4
Turtle 1.3.0
- Change the turtle pointer design to be a small turtle on the screen
- Add support for stop and re-execute actions
- Add support for speed keyword
- Add support for sleep keyword
Turtle 1.2.1
- Fix crash when user type wrong script many times
- Add support for background instruction