Now that the autoclicker is interacting directly with mutable state, it can do multi-step logic in a single tick if it happens to process the squares in the right order for that.
We could have it read from a snapshot and write to the mutable state, instead. Which is an interesting path to go down, as it opens the door to automatically detecting where rules should re-run!
Now that the autoclicker is interacting directly with mutable state, it can do multi-step logic in a single tick if it happens to process the squares in the right order for that.
We could have it read from a snapshot and write to the mutable state, instead. Which is an interesting path to go down, as it opens the door to automatically detecting where rules should re-run!