Skip to content

This website is a web-based word guessing game where the player must discover the hidden word by guessing letters.

License

Notifications You must be signed in to change notification settings

michaelprocha/secret-word

Repository files navigation

Secret word

This website is a web-based word guessing game where the player must discover the hidden word by guessing letters. The player starts with three attempts. When a guessed letter is correct, the number of attempts does not decrease; when the guess is wrong, one attempt is lost. To avoid unnecessary penalties, the game keeps a history of guessed letters, preventing the player from repeating the same letter and losing an attempt for nothing. Each time the player successfully guesses the full word, they earn 100 points, and a new word is presented to continue the game.


✨ Features

  • Three-attempt system with penalty only for wrong guesses

  • Guessed letters history to prevent repeated guesses

  • Score system with 100 points awarded per correct word

  • Automatic generation of a new word after each successful round


📷 Screenshots

Desktop

screenshot-desktop


🚀 Technologies

  • React

  • Tailwind

  • Vite


📦 How to use

  1. Clone the repository:
git clone https://github.com/michaelprocha/secret-word
  1. Dowloand NodeJS.

  2. Install dependencies:

npm install
  1. Run locally
npm run dev

👨‍💻 Author

Made by Michael Rocha


📄 License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

This website is a web-based word guessing game where the player must discover the hidden word by guessing letters.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published