{"id":22509546,"url":"https://github.com/tynab/pool-game","last_synced_at":"2026-02-13T20:12:12.485Z","repository":{"id":204718986,"uuid":"712505713","full_name":"Tynab/Pool-Game","owner":"Tynab","description":"Pool Game","archived":false,"fork":false,"pushed_at":"2025-01-15T07:59:20.000Z","size":10099,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-09T22:11:59.847Z","etag":null,"topics":["game","game-pool","game-python","game-wasm","pip","pip3","pool","pool-game","py","pygame","pygbag","pymunk","python","python-game","python-wasm","tynab","wasm","wasm-game","wasm-python","yan"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"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/Tynab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"tynab","patreon":"yamiannephilim","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"polar":null,"custom":"paypal.me/yamiannephilim"}},"created_at":"2023-10-31T15:48:01.000Z","updated_at":"2025-01-15T07:59:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"f83ded3f-a1f8-4647-b1e1-604ec437aae5","html_url":"https://github.com/Tynab/Pool-Game","commit_stats":null,"previous_names":["tynab/pool-game"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynab%2FPool-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynab%2FPool-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynab%2FPool-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynab%2FPool-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tynab","download_url":"https://codeload.github.com/Tynab/Pool-Game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynab%2FPool-Game/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259184740,"owners_count":22818267,"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":["game","game-pool","game-python","game-wasm","pip","pip3","pool","pool-game","py","pygame","pygbag","pymunk","python","python-game","python-wasm","tynab","wasm","wasm-game","wasm-python","yan"],"created_at":"2024-12-07T01:29:33.223Z","updated_at":"2026-02-13T20:12:07.446Z","avatar_url":"https://github.com/Tynab.png","language":"Python","readme":"# POOL GAME\nThe Pool Game project is a Python-based endeavor utilizing libraries such as pygame and pymunk. This project aims to create a virtual representation of the classic game of pool, implementing realistic physics and interactive gameplay features for an engaging user experience.\n\n## IMAGE DEMO\n\u003cp align='center'\u003e\n\u003cimg src='pic/0.jpg'\u003e\u003c/img\u003e\n\u003c/p\u003e\n\n## CODE DEMO\n```python\n# create pool cue\nclass Cue:\n    def __init__(self, pos):\n        self.original_image = cue_image\n        self.angle = 0\n        self.image = pygame.transform.rotate(self.original_image, self.angle)\n        self.rect = self.image.get_rect()\n        self.rect.center = pos\n\n    def update(self, angle):\n        self.angle = angle\n\n    def draw(self, surface):\n        self.image = pygame.transform.rotate(self.original_image, self.angle)\n        surface.blit(\n            self.image,\n            (\n                self.rect.centerx - self.image.get_width() / 2,\n                self.rect.centery - self.image.get_height() / 2,\n            ),\n        )\n```\n","funding_links":["https://github.com/sponsors/tynab","https://patreon.com/yamiannephilim","paypal.me/yamiannephilim"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftynab%2Fpool-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftynab%2Fpool-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftynab%2Fpool-game/lists"}