{"id":26769914,"url":"https://github.com/bbuck/pongtutorial","last_synced_at":"2025-03-28T22:46:24.126Z","repository":{"id":15378277,"uuid":"18109667","full_name":"bbuck/PongTutorial","owner":"bbuck","description":"A Pong game written in Unity 4.3, part of a video tutorial I will be doing.","archived":false,"fork":false,"pushed_at":"2014-03-25T20:19:32.000Z","size":152,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-09T17:11:52.048Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbuck.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}},"created_at":"2014-03-25T17:29:19.000Z","updated_at":"2024-04-09T17:11:52.049Z","dependencies_parsed_at":"2022-08-25T08:00:22.833Z","dependency_job_id":null,"html_url":"https://github.com/bbuck/PongTutorial","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbuck%2FPongTutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbuck%2FPongTutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbuck%2FPongTutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbuck%2FPongTutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbuck","download_url":"https://codeload.github.com/bbuck/PongTutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246112648,"owners_count":20725300,"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":[],"created_at":"2025-03-28T22:46:23.537Z","updated_at":"2025-03-28T22:46:24.108Z","avatar_url":"https://github.com/bbuck.png","language":"C#","readme":"# Information\n\nThis is a project used in a tutorial series (currently in development) that I\nwill be putting up on my blog. In the meantime, this is the source for the\noriginal finished game that will be the outcome of the tutorial. If you would\nlike to pull this down and use it in your own project to look at/experiement\nwith then feel free to do so.\n\nThis project is **public domain** in so much as nobody owns the source code so\nif you see something you like feel free to use it for whatever you desire.\n\n## Setting Up A New Project\n\nThere are two ways to set up a new project using this repository, one method is\nwith the `git` command line tool (which can be found [here](git-scm.com)) or by\ndownloading the most the latest marked release in `.zip` or `.tar.gz` format.\n\nI highly recommend using `git` to perform this action and if you're not familair\nwith the `git` utility you can learn about it at [try.github.com](https://try.github.com).\nAt the very least you may find this as a useful tool for working with other\npeople on projects.\n\n### Using Git\n\nPerform a `cd` into whichever folder you wish to store your Unity Project, for\nthis example I'll use `/my/projects`.\n\n```\n$ cd /my/projects\n\nIf you have git setup over SSH\n$ git clone git@github.com:bbuck/PongTutorial\n\nOtherwise use HTTPS\n$ git clone https://github.com/bbuck/PongTutorial.git\n```\n\nThis will create a `PongTutorial` folder in your projects folder and you can\nopen this project with Unity.\n\n### Downloading a Release\n\nChose the latest release from the release section found on this page and then\nunarchive whichever format you downloaded and put the unarchived folder into\nyour projects folder, you might want to rename it from `PongTutorial-\u003crelease\u003e`\nto just `PongTutorial` or any other name you wish to use.\n\n## Additional Note\n\nThis is a Unity project that is using a source control management (SCM) tool (`git`).\nIf you're setting up a different project to use a SCM tool then you need to\nmake sure the project is configured to easily integrate with the tool. To do\nthis, click Edit \u003e Project Settings \u003e Editor and make sure that the **Mode** under\n**Version Control** is set to _Visible Meta Files_ as well as the **Mode** for\n**Asset Serialization** set to _Force Text_. SCM tools do not handle binary files\nvery well when they've been modified in two different places so using text is\nthe best approach to making the project play nice with the tool to prevent any\nunecessary problems.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbuck%2Fpongtutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbuck%2Fpongtutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbuck%2Fpongtutorial/lists"}