Skip to content

Latest commit

 

History

History
79 lines (61 loc) · 2.97 KB

README.md

File metadata and controls

79 lines (61 loc) · 2.97 KB

English | Русский

⭐Hangman for Unity Editor⭐

Made With Unity License Last Commit Repo Size Downloads Last Release GitHub stars GitHub user stars

image

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

  1. Open a terminal or command prompt.
  2. Enter the following command to clone the repository:
git clone https://github.com/RimuruDev/HangmanUnityEditor.git

Step 2: Opening in Unity

  1. Open Unity Hub.
  2. Click "Add" and select the folder where the project was cloned.
  3. Double-click the project to open it in Unity.

Playing in Unity Editor

  1. In Unity, go to the "Window" menu.
  2. Select "Hangman Game" to start the game.
  3. The game window will open, and you can start playing.

Contacts