A simple word scramble game implemented in Java and deployed as a web application.
Word Scramble Game is a fun word puzzle where players have to unscramble jumbled letters to form meaningful words. This repository contains a Java implementation of the game, along with a web version deployed on Vercel.
The web version of the game can be accessed here.
- Randomly generates a word from a predefined list of words.
- Scrambles the letters of the chosen word.
- Allows players to input their guesses and checks if they are correct.
- Keeps track of the score for each player.
- Provides hints to players if they get stuck.
- Supports multiple players and keeps their individual scores.
To run the game locally, follow these steps:
-
Make sure you have Java Development Kit (JDK) installed on your system.
-
Clone this repository:
git clone https://github.com/Gudratliishere/WordScrambleGame.git
-
Navigate to the project directory:
cd WordScrambleGame
-
Compile the Java source files:
javac Main.java
-
Run the game:
java Main
-
Open a web browser and visit http://localhost:8080 to play the game locally.
-
Visit the Word Scramble Game web application.
-
Follow the on-screen instructions to play the Word Scramble Game.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.