PassWordle is a password-guessing game inspired by Wordle, but with the most common passwords! Try to guess the secret password in a limited number of attempts. Each guess provides feedback to help you crack the code.
⚠️ Warning: This game uses the most common passwords found on the internet. If you recognize your own password in here, consider this your friendly (and slightly judgmental) reminder to change it immediately. Seriously, "password123" is not fooling anyone!
- Each round, you must guess the secret password.
- After each guess, you'll receive hints:
- Correct letters in the correct position.
- Correct letters in the wrong position.
- Incorrect letters.
- Use the feedback to improve your next guess.
- You have a limited number of attempts to solve the password.
- Node.js (recommended v16+)
- npm
- Clone the repository:
git clone https://github.com/smark-1/PassWordle.git cd passwordle - Install dependencies:
npm install # or yarn install - Start the development server:
npm start # or yarn start
npm run build
# or
yarn buildPull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
MIT
Inspired by Wordle.