Welcome to the Word Scramble Game! This is a fun and interactive web application that challenges users to guess a scrambled word. The game randomly selects a word from a predefined list, shuffles its letters, and prompts the user to guess the original word.
- Random Word Selection: The game randomly selects a word from a list of fruits.
- Letter Shuffling: The selected word's letters are shuffled to create a challenge.
- User Input: Users can submit their guesses through a simple form.
- Feedback: The game provides immediate feedback on whether the guess is correct or incorrect.
- Session Management: The game keeps track of the current word using PHP sessions, allowing users to refresh and get a new word.
- HTML
- CSS (Bootstrap for styling)
- PHP (for server-side logic)
- JavaScript (for client-side interactivity)
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Myself-Alien/Word-Scramble.git
-
Navigate to the project directory:
cd word-scramble
-
Ensure you have a local server environment set up (e.g., XAMPP, MAMP, or a similar PHP server).
-
Place the project files in the server's root directory (e.g.,
htdocs
for XAMPP). -
Open your web browser and navigate to
http://localhost/word-scramble/
.
Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
Feel free to modify the sections to better fit your project's specifics, such as the repository URL, any additional features, or instructions you want to include.