chg: readme.md

This commit is contained in:
Boris Nikolaev
2026-08-14 04:21:49 +03:00
parent f3b638f2c9
commit b4d7629715
+39
View File
@@ -1,2 +1,41 @@
# butchers-games-test
## О проекте
Тестовое задание для Butcher's Games.
Задание было выполнено путём обратного инженеринга `.xapk` файла игры `RunRich3D`.
Выгрузка контента и сцены: `AssetRipper`.
Выгрузка дампов имён и смещений: `Il2CppDumper`.
Дизассемблирование и восстановление кода: `claude`.
## Установка и запуск
1. `git clone https://git.boris-code.ru/external-public/butchers-games-test.git`.
2. Открыть в `Unity 2022.3.62f2` как проект.
3. Нажать `Play`.
Для очистки прогресса можно использовать инструмент `Tools > RunRich3D > Delete Save`
## Превью
<iframe
src="https://apps.boris-code.ru/video/?src=public/bg/v/master.m3u8"
width="100%"
height="680"
style="border: 0px solid #30363d; border-radius: 2px;"
allow="autoplay; fullscreen"
sandbox="allow-scripts allow-same-origin allow-popups allow-forms"
title="Run Rich 3D">
</iframe>
## Демо
[**https://apps.boris-code.ru/bgtest/**](https://apps.boris-code.ru/bgtest/).
<iframe
src="https://apps.boris-code.ru/bgtest/"
width="100%"
height="680"
style="border: 0px solid #30363d; border-radius: 2px;"
allow="autoplay; fullscreen"
sandbox="allow-scripts allow-same-origin allow-popups allow-forms"
title="Run Rich 3D">
</iframe>