This project is a demonstration of my design and front-end development capabilities. It features a Word Scramble game built using HTML, CSS, and Vanilla JavaScript. Users are presented with a scrambled word and must guess the correct word by entering letters into the provided input fields. The game tracks the number of tries and mistakes, and users can reset or generate new words to play again.
The design emphasizes simplicity, responsiveness, and user-friendly interactivity, ensuring an enjoyable experience across devices.
This project was part of devchallenges JavaScript Developer Challenges!
- Random word generation from a predefined list of Disney characters.
- Dynamic scrambled word display.
- Input validation and error handling.
- Tracking of tries and mistakes.
- Reset functionality for a new game experience.
- Responsive design for mobile and desktop compatibility.
- HTML5: Markup structure for the application.
- CSS3: Styling and layout, including responsive design.
- JavaScript (ES6): Game logic and interactivity.
To run the Word Scramble game locally, follow these steps:
- Clone this repository:
git clone https://github.com/your-username/word-scramble.git