Skip to content

Releases: RimuruDev/Unity-HangmanGameEditorWindow

v1.0.0.0

12 Nov 15:40
Compare
Choose a tag to compare

Hangman for Unity Editor

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

Full Changelog: https://github.com/RimuruDev/Unity-HangmanGameEditorWindow/commits/v1.0.0.0