{"id":23824729,"url":"https://github.com/kmr-ankitt/pong","last_synced_at":"2025-06-26T14:32:43.287Z","repository":{"id":267835105,"uuid":"902501005","full_name":"kmr-ankitt/pong","owner":"kmr-ankitt","description":"Pong game using SDL2","archived":false,"fork":false,"pushed_at":"2025-01-31T09:42:37.000Z","size":223,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T01:24:21.751Z","etag":null,"topics":["cpp","pong"],"latest_commit_sha":null,"homepage":"","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/kmr-ankitt.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}},"created_at":"2024-12-12T17:29:37.000Z","updated_at":"2025-01-31T09:42:40.000Z","dependencies_parsed_at":"2025-01-31T10:27:04.535Z","dependency_job_id":"8fefd657-4656-4714-8a95-d0d2fc60e026","html_url":"https://github.com/kmr-ankitt/pong","commit_stats":null,"previous_names":["kmr-ankitt/pong"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kmr-ankitt/pong","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmr-ankitt%2Fpong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmr-ankitt%2Fpong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmr-ankitt%2Fpong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmr-ankitt%2Fpong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kmr-ankitt","download_url":"https://codeload.github.com/kmr-ankitt/pong/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmr-ankitt%2Fpong/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262085075,"owners_count":23256353,"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":["cpp","pong"],"created_at":"2025-01-02T11:15:32.374Z","updated_at":"2025-06-26T14:32:43.242Z","avatar_url":"https://github.com/kmr-ankitt.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pong Game\n\nC++ implementation of the classic Pong game.\n\n## Dependencies\n\n- SDL2\n- CMake\n\n\nFor Ubuntu-based systems, you can install the dependencies using:\n\n```bash\nsudo apt install libsdl2-dev cmake\n```\n\nFor Arch-based systems, you can install the dependencies using:\n\n```bash\nsudo pacman -S sdl2 cmake\n```\n\nFor RPM-based systems like Fedora, you can install the dependencies using:\n\n```bash\nsudo dnf install SDL2-devel cmake\n```\n\n## Building \n\nTo install the Pong game, clone the repository and navigate to the project directory:\n\n```bash\ngit clone https://www.github.com/kmr-ankitt/pong.git\ncd pong\n```\n\nBuild the project using CMake:\n\n```bash\ncmake -S . -B build\ncmake --build build\n```\n\n## Running\n\nRun the binary to start the game:\n\n```bash\n./build/pong\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmr-ankitt%2Fpong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkmr-ankitt%2Fpong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmr-ankitt%2Fpong/lists"}