{"id":27603644,"url":"https://github.com/benoitprmt/pong-game","last_synced_at":"2025-06-11T04:14:16.772Z","repository":{"id":213339218,"uuid":"733380472","full_name":"BenoitPrmt/Pong-Game","owner":"BenoitPrmt","description":"Pong game in JavaScript with canvas API","archived":false,"fork":false,"pushed_at":"2024-01-05T18:20:58.000Z","size":762,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T19:18:15.722Z","etag":null,"topics":["canvas","canvas2d","javascript","pong"],"latest_commit_sha":null,"homepage":"http://pong.benoit.fun/","language":"JavaScript","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/BenoitPrmt.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}},"created_at":"2023-12-19T07:44:39.000Z","updated_at":"2023-12-19T20:37:09.000Z","dependencies_parsed_at":"2024-01-05T19:32:44.737Z","dependency_job_id":"3448b554-8446-4884-a53f-1125254725df","html_url":"https://github.com/BenoitPrmt/Pong-Game","commit_stats":null,"previous_names":["benoitprmt/pong-game"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenoitPrmt%2FPong-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenoitPrmt%2FPong-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenoitPrmt%2FPong-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenoitPrmt%2FPong-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenoitPrmt","download_url":"https://codeload.github.com/BenoitPrmt/Pong-Game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenoitPrmt%2FPong-Game/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259198000,"owners_count":22820153,"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":["canvas","canvas2d","javascript","pong"],"created_at":"2025-04-22T19:18:14.619Z","updated_at":"2025-06-11T04:14:16.746Z","avatar_url":"https://github.com/BenoitPrmt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ePong 🏓\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Github top language\" src=\"https://img.shields.io/github/languages/top/BenoitPrmt/Pong-Game?color=56BEB8\"\u003e\n\n  \u003cimg alt=\"Github language count\" src=\"https://img.shields.io/github/languages/count/BenoitPrmt/Pong-Game?color=56BEB8\"\u003e\n\n  \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/BenoitPrmt/Pong-Game?color=56BEB8\"\u003e\n\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/BenoitPrmt/Pong-Game?color=56BEB8\"\u003e\n\n  \u003cimg alt=\"Github stars\" src=\"https://img.shields.io/github/stars/BenoitPrmt/Pong-Game?color=56BEB8\" /\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#dart-about\"\u003eAbout\u003c/a\u003e \u0026#xa0; | \u0026#xa0; \n  \u003ca href=\"#sparkles-features\"\u003eFeatures\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#rocket-technologies\"\u003eTechnologies\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#white_check_mark-requirements\"\u003eRequirements\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#checkered_flag-starting\"\u003eStarting\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#memo-license\"\u003eLicense\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"https://github.com/BenoitPrmt\" target=\"_blank\"\u003eAuthor\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cimg src=\"assets/pong.png\"\u003e\n\n## :dart: About ##\n\nThe Pong game in JavaScript with canvas API.\nPlayer left :\n- Up : A\n- Down : Q\n\nPlayer right : \n- Up : ArrowUp\n- Down : ArrowDown\n\n## :sparkles: Features ##\n\n- Play with a friend with keyboard\n- Reset game\n- The ball accelerates every time it hits a player\n\n## :rocket: Technologies ##\n\nThe following tools were used in this project:\n\n- HTML / CSS\n- JavaScript\n- [canvas](https://developer.mozilla.org/fr/docs/Web/API/Canvas_API)\n\n## :white_check_mark: Requirements ##\n\nBefore starting 🏁, you need to have [Git](https://git-scm.com).\nYou need to install the font in the `fonts` folder to have the better experience.\n\n## :checkered_flag: Starting ##\n\n```bash\n# Clone this project\n$ git clone https://github.com/BenoitPrmt/Pong-Game\n\n# Access\n$ cd Pong-Game\n\n# Launch the project with VSCode Live Server or launch the index.html file in browser\n```\n\n## :memo: License ##\n\nThis project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.\n\n\nMade with :heart: by \u003ca href=\"https://github.com/BenoitPrmt\" target=\"_blank\"\u003eBenoît\u003c/a\u003e\n\n\u0026#xa0;\n\n\u003ca href=\"#top\"\u003eBack to top\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenoitprmt%2Fpong-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenoitprmt%2Fpong-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenoitprmt%2Fpong-game/lists"}