Welcome to the Word Guess Game repository! This is a simple and entertaining game built using the Unity game engine. The game challenges players to guess a hidden word by guessing individual letters within a limited number of attempts.
The objective of the game is to correctly guess the hidden word within a limited number of attempts. The player starts with a certain number of lives, and for each incorrect guess, a life is deducted. The player wins the game by guessing all the letters of the hidden word correctly before running out of lives.
- User-friendly interface with intuitive controls.
- Randomly generated hidden word for each playthrough.
- Visual representation of the word, revealing correctly guessed letters.
- Lives counter to keep track of the remaining attempts.
- Feedback system indicating whether a guessed letter is correct or incorrect.
- End game screens for victory or defeat scenarios.
- Simple and engaging gameplay suitable for players of all ages.
To play the Word Guess Game, follow the steps below:
- Ensure you have Unity installed on your system. The game was developed using Unity version X.X.X (or higher) and is compatible with most recent versions.
- Clone this repository to your local machine or download the ZIP file and extract its contents.
- Open Unity and select "Open Project." Navigate to the cloned/downloaded repository directory and select it.
- Once the project is open, navigate to the "Scenes" folder within the Unity project explorer and open the "Game" scene.
- Press the play button or use the designated hotkey to start the game.
If you wish to customize the game, you can explore the following options:
- Word Database: Modify the word database to change the pool of words from which the game randomly selects the hidden word. You can find the word database in the "Assets/Scripts/WordDatabase.cs" file.
- Visuals and UI: Adjust the game's visual elements, such as fonts, colors, button styles, etc., to match your preferences. You can find relevant UI elements in the Unity editor and customize them accordingly.
- Game Mechanics: Feel free to enhance or modify the gameplay mechanics, such as the number of lives, time limits, or introducing power-ups. You can find the game logic and mechanics in the relevant scripts located in the "Assets/Scripts" folder.
Contributions to the Word Guess Game are welcome! If you encounter any issues, have suggestions for improvements, or would like to add new features, please open an issue on this repository. Feel free to fork the repository and submit pull requests with your changes.
This project is licensed under the MIT License. You are free to use, modify, and distribute the game as per the terms of the license.
The Word Guess Game was created with the help of various Unity tutorials and resources available online. We would like to acknowledge and express our gratitude to the Unity community for their contributions.