How do you make a counter end the game after it has reached its target value twice?

Also, nothing happens when it reaches its target value the first time.

1 Like

just double the target value and wire it to a end game device

But then sometimes the number decreases as well

Make another counter with a target of 2. When the first counter reaches the target, it should increment the second counter. You make the first counter reset too.

1 Like

How about the ending game part?

wire a end game device to the second counter so when the target value is reached the game ends

Make the counter with a target of 2 end the game.

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.