{"id":28457810,"url":"https://github.com/grayhatdevelopers/skrull-prototype","last_synced_at":"2026-04-25T22:32:44.684Z","repository":{"id":286844625,"uuid":"926475269","full_name":"grayhatdevelopers/skrull-prototype","owner":"grayhatdevelopers","description":"Boilerplate for a Card Game built with Unity and PlayroomKit","archived":false,"fork":false,"pushed_at":"2025-04-17T05:43:52.000Z","size":4370,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T05:34:37.028Z","etag":null,"topics":["boilerplate","game","game-development","playroom","playroom-kit","playroomkit","unity","unity3d"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/grayhatdevelopers.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}},"created_at":"2025-02-03T10:20:01.000Z","updated_at":"2025-04-17T05:43:54.000Z","dependencies_parsed_at":"2025-06-30T05:42:58.748Z","dependency_job_id":null,"html_url":"https://github.com/grayhatdevelopers/skrull-prototype","commit_stats":null,"previous_names":["grayhatdevelopers/skrull-prototype"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/grayhatdevelopers/skrull-prototype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayhatdevelopers%2Fskrull-prototype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayhatdevelopers%2Fskrull-prototype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayhatdevelopers%2Fskrull-prototype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayhatdevelopers%2Fskrull-prototype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grayhatdevelopers","download_url":"https://codeload.github.com/grayhatdevelopers/skrull-prototype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayhatdevelopers%2Fskrull-prototype/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32279654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"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":["boilerplate","game","game-development","playroom","playroom-kit","playroomkit","unity","unity3d"],"created_at":"2025-06-07T00:08:22.896Z","updated_at":"2026-04-25T22:32:44.670Z","avatar_url":"https://github.com/grayhatdevelopers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skrull \n\nA simple card game built with [Unity](https://unity.com/) and [Playroomkit](https://github.com/playroomkit/Playroomkit). This project is inspired by ideas detailed in the [Skrull GDD](https://gifted-punch-51c.notion.site/Skrull-GDD-1812d76eeeaa808aaca5fff530310cd9?pvs=74).\n- Project made with Unity `6000.0.27f1`\n\n**Game Link:**  \nhttps://skrull.playroom.gg\n\n## Overview\n\n**Skrull** is designed as a straightforward card game experience implemented in Unity. It leverages Playroomkit for multiplayer. This repository contains all the source code, assets, and project settings needed to run and modify the game.\n\n## How to Use this Repository\n\n1. **Clone the Repository**\n    ```bash\n    git clone https://github.com/grayhatdevelopers/skrull-prototype.git\n    ```\n\n2. **Open the Project in Unity**\n    - Launch [Unity Hub](https://unity.com/download).\n    - Click on **Add** and navigate to the cloned repository’s folder.\n    - **Note:** Project is made with Unity `6000.0.27f1`\n    - Open the project using the Unity version specified in the repository (refer to the project settings if necessary).\n\n3. **Install Dependencies**\n    - Ensure you have [Playroomkit](https://github.com/playroomkit/unity) installed by following their documentation.\n    - Project also uses [UnityHFSM](https://github.com/Inspiaaa/UnityHFSM) but it is optional, you can use any way to handle game flow.\n\n4. **Run the Game**\n    - Open the `Template` scene which is in the `_project/scenes` folder\n    - Click the **Play** button in the Unity Editor to test the game.\n    - Use Unity’s build Settings to compile the project for your target platform.\n\n\nThe repository is organized as follows:\n\n- **Assets/**  \n\n    - **_projects/**  \n        This Folder contains everything about the project \n\n        - **Scripts/**  \n            Contains the game logic and gameplay scripts. Each script includes inline comments documenting the code functionality.\n        \n        - **Scenes/**  \n            Contains the game scene, the template is in `template.unity`.\n\n## Deployment:\n- Create an account on the [dev portal](https://dev.joinplayroom.com) and sign in.\n- Create a new project on the dev portal, and to host just drag and drop the game build files in the hosting tab.\n- Make sure to follow the [recommended settings](https://docs.joinplayroom.com/usage/unity#4-exporting-to-webgl) before building the game .\n- For making a discord activity, check the `discord activity` tab in dev portal for your project for instructions.\n\n\n## Need more?\n- Getting started with [Playroom Unity](https://docs.joinplayroom.com/usage/unity).\n- Playroom Unity API ref: https://docs.joinplayroom.com/apidocs/unity\n\nHappy Jaming!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrayhatdevelopers%2Fskrull-prototype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrayhatdevelopers%2Fskrull-prototype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrayhatdevelopers%2Fskrull-prototype/lists"}