Full notes
Full Code Has Price update
Read the full published notes in a cleaner layout. The original post stays linked below.
What changed
- Gameplay
- Balance
Two new features added:
You can UNDO last move now. It gives players a chance to fix disappointing mistakes, like endless loops, or a sudden death at the end of a level.
There is new command type added: DO {commands} WHILE (condition) It works like "While" loop, but it executes commands at least once. Only after that the condition is being checked for the first time. Commands of this type are 2 coins more expensive than the "While" loop analogues, because they are a bit more useful.
Enjoy! :)
Source
Changelog.gg summarizes and formats this update. How we read updates.
