Welcome to the Wordle Clone Game, a web-based application that replicates the popular word-guessing game Wordle. Built with React , this game challenges players to guess a hidden word within a limited number of attempts while providing feedback on the accuracy of each guess.
- Start by guessing a five-letter word and enter it into the grid.
- The game will provide feedback on the accuracy of your guess:
- Letters that are correct and in the right position will be highlighted.
- Letters that are correct but in the wrong position will be marked differently.
- Letters that are not in the word will remain unhighlighted.
- Use the feedback to make more informed guesses.
- You have six attempts to guess the correct word.
- After six attempts or a correct guess, the game will reveal the hidden word.
- Interactive Gameplay: Engaging and responsive word-guessing experience.
- Keyboard Support: Allows input from both physical and on-screen keyboards.
- Feedback System: Provides visual feedback on the accuracy of each guess.
- Game Logic: Implements the classic Wordle game rules.
- React
- CSS
Make sure you have the following installed on your local machine:
- Node.js
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/KDvs123/wordle-clone-game.git cd wordle-clone-game
-
Install the dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and go to
http://localhost:3000
.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or suggestions, feel free to reach out:
- 📧 Email: vihangasupasan2001@gmail.com
- 🐙 GitHub: KDvs123
Enjoy playing and guessing words with the Wordle Clone Game! 🚀✨