Skip to content

A word-guessing game where players attempt to guess a five-letter target word within a limited number of attempts. Each guess is evaluated and feedback is provided to help players narrow down their guesses.

Notifications You must be signed in to change notification settings

gokillboss/Wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

Wordle Game

A web application built using React that allows users to play the popular word-guessing game, Wordle. Players have six attempts to guess a hidden word, with feedback provided for each guess to indicate if the letters are correct and in the right position. The game ends when the player either guesses the word within six attempts or uses up all their guesses.

You can play the game here: Wordle Game

Features

  • Play the popular Wordle game.
  • Six attempts to guess the word.
  • Feedback on guesses with color-coded letters.
  • Fully responsive design for both desktop and mobile.
  • Intuitive user interface for smooth gameplay.

Technologies

  • Frontend: React
  • Styling: CSS, MUI
  • Hosting: GitHub Pages

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/wordle.git

  2. Navigate to the project folder:

    cd wordle

  3. Install the dependencies:

    npm install

  4. Start the development server:

    npm start

The site should now be running on http://localhost:3000.

Usage

  • The player will enter guesses for the hidden word.
  • Each letter of the guess will be color-coded:
  • Green: Correct letter in the correct position.
  • Yellow: Correct letter, but in the wrong position.
  • Gray: Incorrect letter.
  • The game continues until the word is guessed correctly or six attempts are used.

Deployment

The Wordle game is deployed on GitHub Pages. To deploy it yourself, follow these steps:

Contact

If you have any questions or feedback, feel free to contact me via:

Website: https://dhsam-bmt.com Email: samho.bmt@gmail.com LinkedIn: LinkedIn

About

A word-guessing game where players attempt to guess a five-letter target word within a limited number of attempts. Each guess is evaluated and feedback is provided to help players narrow down their guesses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published