Skip to content

Commit fbcbf9c

Browse files
committed
Create README.md
1 parent 8a2af90 commit fbcbf9c

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Hangman for Unity Editor
2+
3+
A simple "Hangman" game developed for the Unity Editor. The player must guess the given word by choosing letters. The
4+
player has a limited number of attempts to guess the word before the game ends.
5+
6+
## How to Play
7+
8+
- Launch the game in the Unity Editor.
9+
- Several blank underscores will appear on the screen, representing the letters of the word to be guessed.
10+
- Click on the letter buttons to guess the word.
11+
- If you guess a letter correctly, it will appear in its correct position in the word.
12+
- If the letter is not in the word, the remaining number of attempts will decrease.
13+
- The game ends when you guess the word or when the attempts run out.
14+
15+
## Installation
16+
17+
### Step 1: Clone the Repository
18+
19+
1. Open a terminal or command prompt.
20+
2. Enter the following command to clone the repository:
21+
22+
```text
23+
git clone https://github.com/RimuruDev/HangmanUnityEditor.git
24+
```
25+
26+
### Step 2: Opening in Unity
27+
28+
1. Open Unity Hub.
29+
2. Click "Add" and select the folder where the project was cloned.
30+
3. Double-click the project to open it in Unity.
31+
32+
## Playing in Unity Editor
33+
34+
1. In Unity, go to the "Window" menu.
35+
2. Select "Hangman Game" to start the game.
36+
3. The game window will open, and you can start playing.
37+
38+
## Contacts
39+
40+
- Email: rimuru.dev@gmail.com
41+
- GitHub: RimuruDev
42+
- LinkedIn: Rimuru
43+
- GitHub Organizations: Rimuru-Dev
44+

0 commit comments

Comments
 (0)