A Python-based game where players try to create a password following several conditions.
The game challenges you to craft a password that satisfies unique and tricky rules. Feedback is shown in the GUI window after each attempt, highlighting the first failed condition.
- unique password rules (length, letters, digits, symbols, patterns).
- Tkinter-based GUI with input box and results window.
- Instant feedback after every password attempt.
- Python 3.x
git clone https://github.com/UTSAVS26/PyVerse.git
cd Beginner_Projects/Password_Odyssey_Game
python3 game.py # use 'python' on Windows- Run the script.
- Enter a password in the GUI.
- Fix conditions until all pass.
- Close the window to exit.
baf1gSUNhiejklmopr5stu$w9c#w!d101b*w934ww0w2
Here’s how the GUI looks in action:
- Game highlights the first failed condition.
- Password must satisfy all rules to win.
