Skip to content

subhamkumarr/wordleGame

Repository files navigation

Word Game 🎲

Tryied to recreat of a popular online word game, Wordle:

Demo showing the finished product, our Wordle clone

In Wordle, users have 6 attempts to guess a 5-letter word. You're helped along the way by ruling out letters that aren't in the word, and being told whether the correct letters are in the correct location or not.

Winning and Loosing:

The user wins the game when their guessed word is identical to the answer. They lose the game if they submit 6 guesses without winning.

Screenshot of a won game, showing a green success banner

Screenshot of a won game, showing a red failure banner

Added Visual Keyboard to make it more entertaining for users:

Set up guide:

  1. Clone the repository.
  2. Run npm install to install the dependencies.
  3. Navigate to the project directory with cd project-wordle.
  4. Run npm run dev.
  5. The server will start at localhost:1234.