Skip to content

Emmanuel-Xs/password-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Puzzle Game

Password Guessing Game

This is a simple password guessing game app that provides hints in the form of arrays of numbers. The user's goal is to guess the correct password based on these hints.

Features

  • Generate a random password for the user to guess.
  • Provide hints in the form of arrays of numbers.
  • Allow the user to input their guess and check if it's correct.
  • Display a confirmation modal with feedback on the correctness of the guess.
  • Provide a reload button to generate a new password and hints.

Technologies Used

  • React
  • Redux Toolkit
  • CSS Modules for styling
  • react-auth-code-input

How to Play

  1. The app will generate a random password for you to guess.

  2. Use the provided hints in the form of arrays of numbers to make your guess.

  3. Enter your guess in the input field and click the "Check!" button.

  4. A confirmation modal will appear with feedback on whether your guess is correct or not.

  5. If your guess is correct, you can choose to reload and play again.

Contributing

Contributions are welcome!

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This is a simple password guessing game app that provides hints in the form of arrays of numbers. The user's goal is to guess the correct password based on these hints.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors