Script on python for beating https://neal.fun/password-game/
Huge thanks to pog5, use their cheatsheets if you want to beat the game yourself.
Spoiler alert! If you want to feel pure emotions while playing, don't read anything, just go and play.
Rules
- At least 5 characters
- A number
- An uppercase letter
- A special character
- Digits summating to 25
- A month
- A roman numeral
- One of
pepsi
,starbucks
orshell
- Roman numerals need to multiply to 35
- The solution to a provided captcha
- Today's Wordle answer
- Two letter symbol from the periodic table.
- Current phase of the moon as an emoji (one of 🌑🌓🌔🌕🌒🌖🌗🌘)
- Name of country from Google Maps
- Needs a leap year
- Calculate the best chess move.
- Paul the 🥚! Don't delete him by accident or you lose the game.
- All atomic numbers in your password must add up to 200
- All vowels must be bolded (bold button unlocked)
- Delete all of the 🔥 before it deletes your password (more importantly Paul)
- Add 3 of :man_lifting_weights:
- Needs to contain one of
i am loved
,i am worthy
,i am enough
- Egg hatches, feed him a 🐛 every 20 seconds or paste in 3 🐛 every 50 seconds~.
- Find a YouTube video with a given (randomly generated) length.
- You need to pick 2 letters you will no longer be able to use
- Your password must have twice as many italic letters as bold letters (italic button unlocked)
- Atleast 30% of your password needs to be in 'Wingdings' (you get a font selector here)
- You need to type the random color it generates in hex
- All roman numbers need to be in Times New Roman
- Font size of every digit must be equal to the square of the digit (font size picker unlocked)
- Every instance of the same letter needs a unique font size
- Password needs to contain password's length as a number
- Password length also needs to be a prime number
- (Automatically Checked off, look at the rule's number if you're asking why)
- You need the current time in format HH:MM (12 hour format)
- Re-type the password into another textbox, you have 2 minutes to do this. Good Luck.
Youtube video here:
It is a code on python which is solving the password game. It goes throght all rules (in most cases consequentially) and resovle them in some ways. The main script is in the main.py file.
It is a TAS (tool assistant speedrun) in some way.
WIP Docker enviroment for everyone to try! TODO all rules explained.