Skip to content

CodeLikeAGirl29/word-scramble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Word Scramble

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!

CodeFactor


Features

  • 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.

Technologies Used

  • HTML5: Markup structure for the application.
  • CSS3: Styling and layout, including responsive design.
  • JavaScript (ES6): Game logic and interactivity.

Screenshot

Word Scramble Screenshot


Installation and Setup

To run the Word Scramble game locally, follow these steps:

  1. Clone this repository:
    git clone https://github.com/your-username/word-scramble.git