Wordle-Game
Project 1 for General Assembly SEI
</br>
</br>
Project Overview
This project was created as part of the General Assembly Software Engineering Immersive course. The aim of the project was to recreate the classic word guessing game, Wordle, using JavaScript. The game presents the player with a 5-letter word that they have to guess within a limited number of tries.
Demo
A live demo of the game can be found here.
Features
- Randomly generated 5-letter word to guess
- Limited number of tries
- Colored feedback for correct and incorrect letters
- Animated tiles
- Option for Dark Mode
Technologies Used
Installation
- Clone the repository.
- Open wordle.html in your web browser.
- Start playing!
Usage
- Once the game has loaded, the player is presented with a 5-letter word.
- The player must guess the word by typing in letters.
- Feedback is provided for correct and incorrect letters.
- The game ends when the player has used up all their guesses or correctly guessed the word.
Future Improvements
- Add a timer for increased difficulty.
- Implement a system for saving and displaying high scores.
- Allow the player to select the difficulty level.
Acknowledgments
The original Wordle game was created by Jonathan Feinberg.