Update README.md
Browse files
README.md
CHANGED
|
@@ -19,28 +19,28 @@ size_categories:
|
|
| 19 |
|
| 20 |
# 🧟 The Walking Dead - Fan Game Project
|
| 21 |
|
| 22 |
-
|
| 23 |
|
| 24 |
-
## 📌
|
| 25 |
-
|
| 26 |
-
* **
|
| 27 |
-
* **
|
| 28 |
-
* **
|
| 29 |
|
| 30 |
> [!NOTE]
|
| 31 |
-
>
|
| 32 |
|
| 33 |
-
## 📂
|
| 34 |
-
|
| 35 |
-
* `audio/` —
|
| 36 |
-
* `images/` / `sprites/` —
|
| 37 |
-
* `scripts/` —
|
| 38 |
-
* `saves/` —
|
| 39 |
|
| 40 |
-
## 🛠️
|
| 41 |
|
| 42 |
-
###
|
| 43 |
-
|
| 44 |
```python
|
| 45 |
from huggingface_hub import snapshot_download
|
| 46 |
|
|
@@ -51,14 +51,14 @@ snapshot_download(
|
|
| 51 |
)
|
| 52 |
```
|
| 53 |
|
| 54 |
-
###
|
| 55 |
-
1.
|
| 56 |
-
2.
|
| 57 |
|
| 58 |
-
## 👥
|
| 59 |
-
|
| 60 |
-
* **
|
| 61 |
-
* **
|
| 62 |
|
| 63 |
---
|
| 64 |
*Отредактировано: Июль 2026 г.*
|
|
|
|
| 19 |
|
| 20 |
# 🧟 The Walking Dead - Fan Game Project
|
| 21 |
|
| 22 |
+
Welcome to the repository for a fan-made game project based on the universe. **The Walking Dead**! All necessary assets, resources, and preliminary build files have been collected and structured here.
|
| 23 |
|
| 24 |
+
## 📌 About the Project
|
| 25 |
+
Briefly describe the essence of your game:
|
| 26 |
+
* **Genre:** (Shooter)
|
| 27 |
+
* **Engine:** ( Unreal Engine )
|
| 28 |
+
* **Development stage:** Prototyping
|
| 29 |
|
| 30 |
> [!NOTE]
|
| 31 |
+
> This project is a non-commercial fan creation and was produced solely for entertainment purposes. All rights to the original universe belong to their respective owners.
|
| 32 |
|
| 33 |
+
## 📂 Repository structure
|
| 34 |
+
This build contains the following key elements (a total of **4,228 files**):
|
| 35 |
+
* `audio/` — Musical accompaniment, ambient music, and sound effects(SFX).
|
| 36 |
+
* `images/` / `sprites/` — Character sprites, room backgrounds, and interface elements (UI).
|
| 37 |
+
* `scripts/` — Game source code, scene logic, and dialogue.
|
| 38 |
+
* `saves/` — Project configuration files.
|
| 39 |
|
| 40 |
+
## 🛠️ How to launch / Use resources
|
| 41 |
|
| 42 |
+
### Use of assets:
|
| 43 |
+
You can clone this entire dataset using Python.:
|
| 44 |
```python
|
| 45 |
from huggingface_hub import snapshot_download
|
| 46 |
|
|
|
|
| 51 |
)
|
| 52 |
```
|
| 53 |
|
| 54 |
+
### Launching the project (if it is a build):
|
| 55 |
+
1. Download the contents of the folder..
|
| 56 |
+
2. Run the executable file (specify the exact name, for example, `game.exe`).
|
| 57 |
|
| 58 |
+
## 👥 Contact Information and Feedback
|
| 59 |
+
If you want to participate in development, suggest ideas, or report bugs:
|
| 60 |
+
* **Developer:** [AloneDeath](https://huggingface.co)
|
| 61 |
+
* **Connection:** ( Discord :alonedeath_olga / Telegram Al0neDeath / )
|
| 62 |
|
| 63 |
---
|
| 64 |
*Отредактировано: Июль 2026 г.*
|