This is a clone of the popular game Wordle, with a time functionality added to it. The game was built using React and is designed to be a fun and educational tool for users of all ages. In this game, the user is presented with a random five-letter word and has five chances to guess the word. As soon as the game begins the clock starts ticking, adding an additional layer of difficulty. At the end of each game, players can copy their results as emoji squares.
To get started with this game, you can either download the source code and run it locally, or you can play the game online at GitHub Pages. If you choose to run the game locally, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory in the command line.
- Run npm install to install the required dependencies.
- Run npm start to start the development server.
- Open a browser and navigate to http://localhost:3000/ to play the game.
The rules of the game are simple. The user is presented with a random five-letter word and has five chances to guess the word. After each guess, the user is presented with a list of letters indicating which letters are correct, which letters are incorrect, and which letters are in the wrong position. The user can use this feedback to make an informed guess on their next attempt. The timer logs the time taken by the player. At the end of each game, players can copy their results as emoji squares.
This game was built using React and the following libraries:
animate.css
react-modal
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them to the new branch.
- Push the branch to your forked repository.
- Create a pull request to merge your changes into the main repository.
This project is licensed under the MIT License.