Welcome to the padlock game! Your goal is to set the padlock to 000. It starts at a random position. The controls are Q: increase the left and middle A: decrease the left and middle E: increase the middle and right D: decrease the middle and right
You can post algorithms on the comments to show how to get to a number. A good format is: (x)(y)(z) <- the digits q, a, e, d <- the keys you need to press (x+a)(y+b)(z+c) <- the effect Example: (8)(6)(8) q, q, e, e (8+2)(6+4)(8+2) (see that they all add up to a multiple of 10)