HomeGamesUpdatesPricingMethodology
Steam News10 June 20242y ago

Small Update

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.

Full notes

Full Code Has Price update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

0 fixes2 additions1 change0 removals
  • Gameplay
  • Balance
addedTwo new features added:
changedYou 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.
addedThere 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.

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

Steam News / 10 June 2024

Open original post

Changelog.gg summarizes and formats this update. How we read updates.