cdwfs/RubyGates

Track and report toggle count

Closed this issue · 1 comments

cdwfs commented

A bonus goal of the original game was to solve each level with the minimal number of bit toggles. I should track the number of clicks and report it in the Victory panel, along with a "minimum click" goal for each level.

cdwfs commented

Toggle counts are now tracked per clickable node. The count is reported to the debug log in the VictorySystem. Still TODO is to integrate it into the UI, ideally with a "par" toggle count for each level.