All Versions
3
Latest Version
Avg Release Cycle
4 days
Latest Release
1026 days ago
Changelog History
Changelog History
-
v0.2.0 Changes
May 31, 2020- Split
TurtleCommand
intoTurtleCommand
andWorldCommand
to help reduce
boilerplate of having to apply a turtle to a command for every stage of a
command block. - โ Added
runWorld
,runTurtle
,run
, and(>/>)
functions. circle
command split intoarc
andcircle
commands.- ๐ Fixed
shiftHue
as function did not match documentation.
- Split
-
v0.1.1 Changes
May 28, 2020- โ Added
sleep
function. - โ Added
rotationSpeed
function. - โ Added the
shiftHue
color function. - ๐ Fixed bugs in circle rendering when going in a clockwise direction.
- ๐ Fixed the bounds and potential recursion pitfall in internal normalization functions.
- If rotation left 270 degrees will not turn right 90 degrees and vice versa.
- โ Added
-
v0.1.0 Changes
May 24, 2020๐ Initial release.