Skip to content

The Word Scramble Project is a fun and interactive web application that challenges users to guess a scrambled word. Built using PHP and Bootstrap, this project provides a simple yet engaging way to test your vocabulary and spelling skills.

Notifications You must be signed in to change notification settings

Myself-Alien/Word-Scramble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word Scramble Game

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.

Features

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

Technologies Used

  • HTML
  • CSS (Bootstrap for styling)
  • PHP (for server-side logic)
  • JavaScript (for client-side interactivity)

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Myself-Alien/Word-Scramble.git
  2. Navigate to the project directory:

    cd word-scramble
  3. Ensure you have a local server environment set up (e.g., XAMPP, MAMP, or a similar PHP server).

  4. Place the project files in the server's root directory (e.g., htdocs for XAMPP).

  5. Open your web browser and navigate to http://localhost/word-scramble/.

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.

License

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.

About

The Word Scramble Project is a fun and interactive web application that challenges users to guess a scrambled word. Built using PHP and Bootstrap, this project provides a simple yet engaging way to test your vocabulary and spelling skills.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published