{"id":19518690,"url":"https://github.com/verzatiledev/u.ridewithjoy","last_synced_at":"2025-06-12T22:03:15.857Z","repository":{"id":167294648,"uuid":"542232643","full_name":"VerzatileDev/U.RideWithJoy","owner":"VerzatileDev","description":"Short Video-Game Concept of a combination of FlappyBird / JetPack Joyride, made in short period of time, non finished.","archived":false,"fork":false,"pushed_at":"2024-03-18T06:39:34.000Z","size":24066,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T00:14:21.552Z","etag":null,"topics":["csharp","game","game-development","gamejam","unity3d"],"latest_commit_sha":null,"homepage":"","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/VerzatileDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"verzatiledev","ko_fi":"verzatiledev","custom":"https://www.paypal.com/paypalme/Verzatiledev?locale.x=en_GB"}},"created_at":"2022-09-27T18:28:25.000Z","updated_at":"2023-12-19T22:54:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"30dae20b-1285-4d69-bfc7-bcf715656390","html_url":"https://github.com/VerzatileDev/U.RideWithJoy","commit_stats":null,"previous_names":["verzatiledev/ridewithjoy","verzatiledev/u.ridewithjoy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VerzatileDev/U.RideWithJoy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VerzatileDev%2FU.RideWithJoy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VerzatileDev%2FU.RideWithJoy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VerzatileDev%2FU.RideWithJoy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VerzatileDev%2FU.RideWithJoy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VerzatileDev","download_url":"https://codeload.github.com/VerzatileDev/U.RideWithJoy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VerzatileDev%2FU.RideWithJoy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259539025,"owners_count":22873332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","game","game-development","gamejam","unity3d"],"created_at":"2024-11-11T00:14:04.702Z","updated_at":"2025-06-12T22:03:15.810Z","avatar_url":"https://github.com/VerzatileDev.png","language":"C#","readme":"\n# Table of Contents\n\n* [Introduction](#introduction)\n    * [Software Information](#software-information)\n* [Contribution](#contribution)\n* [Installation](#installation)\n    * [Cloning via Terminal](#cloning-via-terminal)\n    * [Cloning via GitHub Desktop](#cloning-via-github-desktop)\n* [Prerequisites](#prerequisites)\n    * [Project Requirements](#project-requirements)\n* [License](#license)\n\n\u003c/br\u003e\n\n# Introduction\n\nUniversity Global Games Jam 2022\n\nTheme Sci-Fi Infinite Scroller made in Unity, going with the style of\n2 D perspective with 3D world. Which means the game will have a combination of \n2D artwork as well as 3D models within the world, for inspiration please take a\nlook at \"JeyPack Joy Ride Sci-fi like Artwork!\" or the ideas from other side scrollers\nthat are infinite runners like flappy bird, etc..\n\n\u003c/br\u003e\n\n### Software Information\n\n* Developed with \" C# \" Programming Language\n* Built for Visual Studio\n* Build with Unity Engine 2020\n\n\u003c/br\u003e\n\n### Examples\n\n\u003c/br\u003e\n\n- Last Build Can be found here -\u003e \u003ca href=\"https://verzatiledev.itch.io/gamesjam2022team7\"\u003e Ride With Joy Game \u003c/a\u003e\n - New Updates Released when there is enough time to make them.\n\n\u003c/br\u003e\n\n## Contribution\n\nTo contribute to `U.RideWithJoy`, please follow these steps:\n\n1. Fork the repository to your own account.\n2. Create a feature branch for your contributions.\n3. Make your desired changes and commit them to your feature branch.\n4. Submit a pull request from your feature branch to the main repository.\n\n\nWe appreciate your contributions and look forward to reviewing your pull request\n\n\u003c/br\u003e\n\n\n## Installation\n\n### Cloning via Terminal:\n\n```bash \n\nOpen your terminal and navigate to the directory where you want to clone the repository\ncd /desired/directory\n\nClone the repository\ngit clone https://github.com/VerzatileDev/U.RideWithJoy.git\n\nMove into the cloned directory\ncd Root_Of_the_Journey\n\n```\n\n### Cloning via GitHub Desktop:\n\n1. Open GitHub Desktop and ensure you're logged in to your GitHub account.\n2. Click on the \"+\" button in the top left corner and select \"Clone Repository\".\n3. In the \"Clone a Repository\" window, select the \"URL\" tab.\n4. Paste the repository URL: https://github.com/VerzatileDev/U.RideWithJoy.git\n5. Choose a local path for the repository.\n6. Click on \"Clone Repository\" to complete the process.\n\nThis will clone the repository to your local machine, allowing you to work with the codebase.\n\n\u003c/br\u003e\n\n## Prerequisites\n\n### Project Requirements:\n\n1. Visual studio 2023\n2. Unity 2020 or Higher\n3. Windows 10 or higher\n\n\u003c/br\u003e\n\nRequired Game installations for development (Unity Download, git, Project Page)\n- \u003ca href=\"https://git-scm.com/downloads\"\u003e git \u003c-- Nessecary to use Github Desktop and to clone Repository from Github ! \u003c/a\u003e\n- \u003ca href=\"https://github.com/VerzatileDev/RideWithJoy\"\u003e Project Page Github\u003c/a\u003e\n- \u003ca href=\"https://unity3d.com/get-unity/download/archive\"\u003e Select Unity \u003c 2019.4.40f1 \u003e Download \u003c/a\u003e\n\n\u003c/br\u003e\n\nHow to Use Git with Terminal \n\n  ![image](https://github.coventry.ac.uk/storage/user/3521/files/b2684ee2-0039-4416-bba6-09dbf8275281)\n\n\u003c/br\u003e\n\n## License\n\nMIT License\n\nCopyright (c) 2023 Verzatildev\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n","funding_links":["https://github.com/sponsors/verzatiledev","https://ko-fi.com/verzatiledev","https://www.paypal.com/paypalme/Verzatiledev?locale.x=en_GB"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverzatiledev%2Fu.ridewithjoy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fverzatiledev%2Fu.ridewithjoy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverzatiledev%2Fu.ridewithjoy/lists"}