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.
-
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
-
React
-
Tailwind
-
Vite
- Clone the repository:
git clone https://github.com/michaelprocha/secret-word-
Dowloand NodeJS.
-
Install dependencies:
npm install- Run locally
npm run devMade by Michael Rocha
This project is licensed under the MIT License. See the LICENSE file for more details.