Password Box
Create a program that locks a treasure box with a password!
Demo
Try the project out on the right!
Challenge Info
- Green Flag Pressed: Ask player to create a new password for the box.
- Box Clicked: Ask player for the password.
- If they type the correct password, show the treasure cake.
- else “Say Incorrect Password”
Extra Challenges
- Only give the user 3 attempts to type the password. If they go over 3 attempts, delete the box.
- When the password is created, make sure it is 10 letters long.
- Add a new sprite, if you click it, change the password.
- Create a game with a password puzzle!
- Code your own ideas!