I'm working on a password program for fun. If the password is correct launch something. If password is wrong prompt again. After 5 wrong guess don't allow the user to try and guess again, but allow them to get to the regular parts of the code.
For example. If they type bofh it will launch a txt file, but if they type debug and get it correct, it will launch a txt file of the source code. After 5 guess they can only access bofh.
Is this possible.
Thanks for the help.