Files
butchers-games-test/README.md
T
Boris Nikolaev b4d7629715 chg: readme.md
2026-08-14 04:21:49 +03:00

42 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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>