ReactJS game that challenges your password, your patience, your sanity, and your will to live ⛔️
🔐 Welcome to PassYeti. It's a play on the classic problem of generating a secure password by coupling it with a frustrating mix of increasingly difficult rules.
👾 Get ready to create the most complicated password of your life. You must craft a password that adheres to a series of increasingly absurd rules. Enjoy a variety of mini-games that incorporate puzzles and riddles to enhance the gameplay experience. The game ends when you've satisfied all the rules.
The idea for this game comes from
The Password Gamemade by Neal andQuirkyLockproject. Go check out the originals, if you haven't played it yet.
- Clone this repository to your local machine using
git clone https://github.com/kraloveckey/passyeti.git. - Navigate to the project directory using the command line:
cd passyeti. - Install the required dependencies by running
npm install. - Start the development server with
npm run dev. - Open your web browser and go to
http://localhost:3000to play the game.
If you find a bug or have suggestions for improvements, please open an issue or create a pull request.
- This game is heavily inspired by
The Password Gameby Neal and theQuirkyLockproject. - This game was developed using the Next.js framework.
