{"id":33332953,"url":"https://github.com/kadzyly/runner3d","last_synced_at":"2026-05-13T08:02:14.571Z","repository":{"id":320278300,"uuid":"1074560344","full_name":"kadzyly/Runner3D","owner":"kadzyly","description":"This project was created for learning purposes and to practice the Particle System in Unity3D​​.","archived":false,"fork":false,"pushed_at":"2025-12-24T16:17:19.000Z","size":17161,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-26T07:19:00.131Z","etag":null,"topics":["csharp","runner","study-project","unity","unity3d"],"latest_commit_sha":null,"homepage":"https://kadzy.itch.io/runner3d","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kadzyly.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-12T03:07:13.000Z","updated_at":"2025-12-24T16:17:22.000Z","dependencies_parsed_at":"2025-10-22T23:35:46.029Z","dependency_job_id":"fea48e83-0622-4092-8014-f07358b4fdf8","html_url":"https://github.com/kadzyly/Runner3D","commit_stats":null,"previous_names":["kadzyly/runner3d"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kadzyly/Runner3D","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadzyly%2FRunner3D","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadzyly%2FRunner3D/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadzyly%2FRunner3D/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadzyly%2FRunner3D/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kadzyly","download_url":"https://codeload.github.com/kadzyly/Runner3D/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadzyly%2FRunner3D/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32973318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"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":["csharp","runner","study-project","unity","unity3d"],"created_at":"2025-11-20T22:02:29.979Z","updated_at":"2026-05-13T08:02:14.563Z","avatar_url":"https://github.com/kadzyly.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Runner3D\n\nA 3D runner game built with Unity 6: auto-run forward, dodge obstacles, collect coins.  \n**Win condition:** reach the finish line and collect **100% of the coins**.\n\n## 🎮 Play Online\nYou can try the game directly in your browser:  \n👉 [Play on itch.io](https://kadzy.itch.io/runner3d)\n\n[![Play on itch.io](https://github.com/user-attachments/assets/eed26c32-a2c2-4b37-ba2d-392c72c5dedb)](https://kadzy.itch.io/runner3d)\n\n---\n\n## Features\n\n- Must collect **all coins** + reach finish to win\n- Run, trip, victory dance, fail and idle animations\n- Particle \u0026 sound feedback for coins and collisions\n\n## Controls\n\n- **A** or **Left Arrow**: Move left\n- **D** or **Right Arrow**: Move right\n\n## Project Structure\n\n```\nAssets/\n├── Animations/ \n├── Environment/ \n├── Materials/ \n├── Models/ \n├── Prefabs/ \n├── Resources/ \n├── Scenes/ \n├── Scripts/ \n│   ├── GameManager.cs \n│   ├── PlayerBehaviour.cs \n│   ├── PlayerMovement.cs \n│   ├── PlayerInputReader.cs \n│   ├── Coin.cs \n│   ├── CoinManager.cs \n│   ├── Barrier.cs \n│   ├── Finish.cs \n│   ├── RoadInfo.cs \n│   └── SwitchObjectToParticles.cs \n├── Settings/ \n├── Sounds/ \n└── UI/ \n```\n\n## Key Scripts\n\n- **GameManager**: Handles game flow, win/lose states, and menu management\n- **PlayerMovement**: Controls player movement using Unity's Input System\n- **PlayerBehaviour**: Manages player animations and states (play, trip, win, lose)\n- **Coin**: Rotates and detects collection, triggers particle effects\n- **Barrier**: Detects collision with player, triggers game over\n- **Finish**: Detects when player reaches the finish line\n- **CoinManager**: Tracks collected coins and updates UI\n\n## Getting Started\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/kadzyly/Runner3D.git\n   cd Runner3D\n   ```\n\n2. **Open in Unity**  \n6000.3.2f1 or compatible version\n\n3. **Install Dependencies**  \nInstall packages from `Packages/manifest.json`: Universal Render Pipeline (URP), Input System, Cinemachine, TextMesh Pro\n\n4. **Run the Game**  \nOpen the `Level1.unity` scene from `Assets/Scenes/` and Press **Play**\n\n## Technologies Used\n\n- **Unity 6**\n- **Universal Render Pipeline (URP)**\n- **Unity Input System**\n- **Cinemachine**\n- **TextMesh Pro**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkadzyly%2Frunner3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkadzyly%2Frunner3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkadzyly%2Frunner3d/lists"}