{"id":35694017,"url":"https://github.com/KD-lab-Open-Source/Samogonki","last_synced_at":"2026-01-11T20:00:33.112Z","repository":{"id":41636951,"uuid":"415915389","full_name":"KD-lab-Open-Source/Samogonki","owner":"KD-lab-Open-Source","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-05T10:19:03.000Z","size":29591,"stargazers_count":108,"open_issues_count":5,"forks_count":21,"subscribers_count":13,"default_branch":"cmake","last_synced_at":"2025-04-05T10:30:08.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KD-lab-Open-Source.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-11T12:25:01.000Z","updated_at":"2025-04-05T10:19:06.000Z","dependencies_parsed_at":"2023-09-26T22:01:38.043Z","dependency_job_id":"2741464a-e7c4-4931-bf29-4ad81cfddaf9","html_url":"https://github.com/KD-lab-Open-Source/Samogonki","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KD-lab-Open-Source/Samogonki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KD-lab-Open-Source%2FSamogonki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KD-lab-Open-Source%2FSamogonki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KD-lab-Open-Source%2FSamogonki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KD-lab-Open-Source%2FSamogonki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KD-lab-Open-Source","download_url":"https://codeload.github.com/KD-lab-Open-Source/Samogonki/tar.gz/refs/heads/cmake","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KD-lab-Open-Source%2FSamogonki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28321261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T18:42:50.174Z","status":"ssl_error","status_checked_at":"2026-01-11T18:39:13.842Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-06T00:00:56.926Z","updated_at":"2026-01-11T20:00:33.046Z","avatar_url":"https://github.com/KD-lab-Open-Source.png","language":"C++","funding_links":[],"categories":["Project Categories"],"sub_categories":[],"readme":"# Moonshine Runners Community edition\n\n[![Linux](https://github.com/KD-lab-Open-Source/Samogonki/actions/workflows/linux.yaml/badge.svg)](https://github.com/KD-lab-Open-Source/Samogonki/actions/workflows/linux.yaml)\n[![Windows](https://github.com/KD-lab-Open-Source/Samogonki/actions/workflows/windows.yaml/badge.svg)](https://github.com/KD-lab-Open-Source/Samogonki/actions/workflows/windows.yaml)\n[![macOS](https://github.com/KD-lab-Open-Source/Samogonki/actions/workflows/macos.yaml/badge.svg)](https://github.com/KD-lab-Open-Source/Samogonki/actions/workflows/macos.yaml)\n\nOriginal game: Moonshine Runners / Spanking Runners / Самогонки\n\nDeveloper: LLC \"KD VISION\" (Kaliningrad) / (с) ООО \"КД ВИЖЕН\" (Калининград)\n\nAll source code except '3rdparty' folder are licensed under **GPLv3**. \n'3rdparty' libraries are licensed under original license of certain library.\nThe game is compatible with original release from 1C.\n\nCommunity in telegram: https://t.me/SamogonkiGame\n\n## Where to play\n\n* Windows/Linux/MacOs [Steam](https://store.steampowered.com/app/2599800/_/)\n* Web [GamePix](https://www.gamepix.com/play/moonshine-runners-samogonki)\n\n## Building\n\nLook into buildscripts:\n* [Linux](https://github.com/KD-lab-Open-Source/Samogonki/blob/cmake/.github/workflows/linux.yaml)\n* [Windows](https://github.com/KD-lab-Open-Source/Samogonki/blob/cmake/.github/workflows/windows.yaml)\n* [macOS](https://github.com/KD-lab-Open-Source/Samogonki/blob/cmake/.github/workflows/macos.yaml)\n\n### SDL 2\n1. Clone\n```\ngit clone --depth 1 --branch release-2.26.5 https://github.com/libsdl-org/SDL.git SDL\n```\n\n2. Configurate\n```\ncmake -B cmake-build-debug -DSDL_SHARED=0 -DSDL_STATIC=1 -DSDL_TEST=0 -DCMAKE_INSTALL_PREFIX=target-debug\n```\n\n3. Build\n```\ncmake --build cmake-build-debug --target install\n```\n\n4. Copy\n```\nmkdir 3rdparty/SDL-2.26.5\ncp -r 3rdparty/SDL/target-debug/include 3rdparty/SDL-2.26.5/\ncp -r 3rdparty/SDL/target-debug/lib 3rdparty/SDL-2.26.5/\n```\n\n## How to run\n\nCopy *moonshine-runners* binary into original folder of the game and run it.\nIn case of unexpected problems try to unpack *resource.pak* and set *resources=0* in *game.ini*.\n\n## Suppport\n\nFeel free to open bug report on github or ask directly in game telegram channel\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKD-lab-Open-Source%2FSamogonki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKD-lab-Open-Source%2FSamogonki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKD-lab-Open-Source%2FSamogonki/lists"}