{"id":20195249,"url":"https://github.com/amssdias/python-pong","last_synced_at":"2025-03-03T08:11:48.287Z","repository":{"id":128478895,"uuid":"366721656","full_name":"amssdias/python-pong","owner":"amssdias","description":"Two paddles and a ball, the goal is to defeat your opponent by being the first one to gain 10 points.","archived":false,"fork":false,"pushed_at":"2021-05-19T11:04:58.000Z","size":43,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T19:24:34.436Z","etag":null,"topics":["pygame"],"latest_commit_sha":null,"homepage":"","language":"Python","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/amssdias.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":"2021-05-12T13:17:00.000Z","updated_at":"2021-05-19T11:43:08.000Z","dependencies_parsed_at":"2023-03-20T15:17:04.161Z","dependency_job_id":null,"html_url":"https://github.com/amssdias/python-pong","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amssdias%2Fpython-pong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amssdias%2Fpython-pong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amssdias%2Fpython-pong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amssdias%2Fpython-pong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amssdias","download_url":"https://codeload.github.com/amssdias/python-pong/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241629773,"owners_count":19993710,"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":["pygame"],"created_at":"2024-11-14T04:16:30.138Z","updated_at":"2025-03-03T08:11:48.282Z","avatar_url":"https://github.com/amssdias.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"media/pong-logo.png\" width=\"300\"\u003e\n\u003c/p\u003e\n\n![Python Badge](https://img.shields.io/badge/python-3.9.2-blue?logo=python) ![Pygame Badge](https://img.shields.io/badge/pygame-2.0.1-brightgreen)\n\n## :pencil: ABout the project\n\nPong is one of the first computer games that ever created, this simple \"tennis like\" game features two paddles and a ball, the goal is to defeat your opponent by being the first one to gain 10 points, a player gets a point once the opponent misses a ball.\n\n### Built with\n\n- [Pygame](https://www.pygame.org/news)\n\n\n## :book: Getting started\n\n### Pre requisites\n\n- [Python][python-download] - 3.9 or up\n\n\n### Installation\n\n#### Pipfile and Pipfile.Lock\n\nInside the Pipfile there's all the modules name needed for the project. \n\n1. Download Pipenv through the terminal window (make sure you have [Python][python-download] installed):\n\n\t```python\n    pip install pipenv\n    ```\n    \n2. After installing pipenv all you have to do is to download the files and in the terminal window, go to the folder with these files and run:\n\n\t```python\n    pipenv install\n    ```\n    This will create a virtual environment with the module `pygame`.\n\n3. We must have this virtual environment to run our program, through the terminal window:\n\n\t```python\n    pipenv shell # To run the virtual environment\n    exit        # To close the virtual environment\n    ```\n\nIf any doubts here's a link to some more explanations: [Pipenv](https://pipenv-fork.readthedocs.io/en/latest/basics.html)\n\n## :runner: Run\n\n- Download the project, open terminal window on folder with 'pong.py' and type:\n\n```\npython pong.py\n```\n\nEnjoy the game :smiley:\n\n\n[python-download]: https://www.python.org/downloads/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famssdias%2Fpython-pong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famssdias%2Fpython-pong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famssdias%2Fpython-pong/lists"}