Big lesson - read the spec of the challenge correctly

So, I started off thinking I needed 2 passwords for each level, not one, thus I started in a completely different direction.

My biggest problem was figuring out how to get the input into the password checker. Tried entering a separate OnUserInput function (which obviously didn’t work). Had to look ahead to solve that, but my checker worked well after that (despite that I did 4 passwords not two). I liked Ben’s way better and reverted to that, but will be interested in seeing how he does it for more than 1 password per level.

Privacy & Terms