Hangman for Unity Editor
A simple "Hangman" game developed for the Unity Editor. The player must guess the given word by choosing letters. The
player has a limited number of attempts to guess the word before the game ends.
How to Play
- Launch the game in the Unity Editor.
- Several blank underscores will appear on the screen, representing the letters of the word to be guessed.
- Click on the letter buttons to guess the word.
- If you guess a letter correctly, it will appear in its correct position in the word.
- If the letter is not in the word, the remaining number of attempts will decrease.
- The game ends when you guess the word or when the attempts run out.
Installation
Step 1: Clone the Repository
- Open a terminal or command prompt.
- Enter the following command to clone the repository:
git clone https://github.com/RimuruDev/HangmanUnityEditor.git
Step 2: Opening in Unity
- Open Unity Hub.
- Click "Add" and select the folder where the project was cloned.
- Double-click the project to open it in Unity.
Playing in Unity Editor
- In Unity, go to the "Window" menu.
- Select "Hangman Game" to start the game.
- The game window will open, and you can start playing.
Contacts
- Email: [email protected]
- GitHub: RimuruDev
- LinkedIn: Rimuru
- GitHub Organizations: Rimuru-Dev
Full Changelog: https://github.com/RimuruDev/Unity-HangmanGameEditorWindow/commits/v1.0.0.0