This project is a Word Scramble Game where players have to rearrange scrambled letters to form a word. The game includes features such as particle animations in the background and dynamic background color changes for visual enhancement.
- Display a scrambled word for the player to unscramble.
- Check the player's input and provide feedback.
- Option to continue to a new word after a correct or incorrect guess.
- Particle animation background.
- Dynamic background color changes.
- Responsive design.
- HTML
- CSS
- JavaScript
- Particles.js for particle animation
- Clone the repository:
git clone https://github.com/Anthony01M/word-scramble-game.git
- Navigate to the project directory:
cd word-scramble-game
- Open
index.html
in your browser to view the application.
- View the scrambled word displayed on the screen.
- Enter your guess in the input field and click the "Submit" button to check your answer.
- If your guess is correct or incorrect, the "Next Word" button will be enabled. Click it to get a new scrambled word.
- Enjoy the particle animation background and dynamic background color changes.
This project is licensed under the MIT License. See the LICENSE file for details.
This project is part of my portfolio. Feel free to check out my other projects on GitHub.