{"id":27425851,"url":"https://github.com/mstanimirovic/skocko","last_synced_at":"2026-06-18T08:32:14.702Z","repository":{"id":175283671,"uuid":"495047267","full_name":"mstanimirovic/skocko","owner":"mstanimirovic","description":"Skocko is a variation of the classic game Mastermind, originating in Serbia. It challenges players to guess a secret pattern of symbols within a limited number of attempts.","archived":false,"fork":false,"pushed_at":"2026-02-12T14:37:10.000Z","size":1497,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-12T23:23:34.951Z","etag":null,"topics":["desktop-app","game","java","javafx","jlink","jpackage","maven"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mstanimirovic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-22T12:00:11.000Z","updated_at":"2026-02-12T14:40:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"e941a383-9a3e-4b5b-ae0f-9e7ed6325ad4","html_url":"https://github.com/mstanimirovic/skocko","commit_stats":null,"previous_names":["m1ad3n/skocko","mstanimirovic/skocko"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/mstanimirovic/skocko","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstanimirovic%2Fskocko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstanimirovic%2Fskocko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstanimirovic%2Fskocko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstanimirovic%2Fskocko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mstanimirovic","download_url":"https://codeload.github.com/mstanimirovic/skocko/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstanimirovic%2Fskocko/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34483277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["desktop-app","game","java","javafx","jlink","jpackage","maven"],"created_at":"2025-04-14T12:29:18.648Z","updated_at":"2026-06-18T08:32:14.685Z","avatar_url":"https://github.com/mstanimirovic.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java Skocko Game\n\nA simple **Skocko-style logic game** implemented in **Java** using **JavaFX** for the UI and **Maven** for the build system.\n\nThe goal of the game is to guess the correct combination of symbols within a limited number of attempts, receiving feedback after each guess—similar to classic Mastermind-style games.\n\n---\n\n## Tech Stack\n\n* **Java 21 (LTS)**\n* **JavaFX** – desktop UI\n* **Maven** – build and dependency management\n* **jpackage / jlink** – native packaging (DMG on macOS, MSI on Windows)\n\n---\n\n## Features\n\n* Desktop GUI built with JavaFX\n* Clean, minimal game logic\n* Cross-platform builds (macOS \u0026 Windows)\n* Native installers without requiring Java to be preinstalled\n\n---\n\n## Build \u0026 Run\n\n```bash\nmvn clean package\n```\n---\n\n## Installation (Unsigned Builds)\n\nThe installers are **not code-signed**, so macOS and Windows may show security warnings.\nThis is expected. Follow the steps below to install the app safely.\n\n---\n\n### macOS (DMG)\n\nmacOS Gatekeeper may block the app because it is from an unidentified developer.\n\n**Option A — Recommended (UI way):**\n\n1. Download the `.dmg` file\n2. Open the DMG\n3. Drag the app into **Applications**\n4. Try to open the app\n5. When macOS blocks it:\n\n    * Go to **System Settings → Privacy \u0026 Security**\n    * Scroll down to **Security**\n    * Click **“Open Anyway”**\n6. Confirm once — the app will open normally from then on\n\n**Option B — Terminal (advanced):**\n\n```bash\nxattr -rd com.apple.quarantine /Applications/Skocko.app\n```\n\nAfter this, the app will start normally.\n\n---\n\n### Windows (MSI)\n\nWindows SmartScreen may show *“Windows protected your PC”*.\n\n**Steps:**\n\n1. Download the `.msi` file\n2. Double-click the installer\n3. When SmartScreen appears:\n\n    * Click **More info**\n    * Click **Run anyway**\n4. Complete the installer wizard\n\nAfter installation, the app runs normally and SmartScreen will not prompt again.\n\n---\n\n### Why this happens\n\n* The app is **not digitally signed**\n* No code-signing certificate is used (yet)\n* The binaries are built directly from source using `jpackage`\n\nThis does **not** affect functionality — it only impacts first-time installation warnings.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmstanimirovic%2Fskocko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmstanimirovic%2Fskocko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmstanimirovic%2Fskocko/lists"}