{"id":51476028,"url":"https://github.com/alberto2005-coder/ping-pong","last_synced_at":"2026-07-06T21:01:09.489Z","repository":{"id":316042791,"uuid":"1061718582","full_name":"alberto2005-coder/Ping-pong","owner":"alberto2005-coder","description":"Juego de ping pong simple hecho con python","archived":false,"fork":false,"pushed_at":"2025-09-22T09:46:13.000Z","size":11137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-22T11:32:59.023Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/alberto2005-coder.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-22T09:41:15.000Z","updated_at":"2025-09-22T09:46:16.000Z","dependencies_parsed_at":"2025-09-23T11:48:31.758Z","dependency_job_id":null,"html_url":"https://github.com/alberto2005-coder/Ping-pong","commit_stats":null,"previous_names":["alberto2005-coder/ping-pong"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/alberto2005-coder/Ping-pong","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alberto2005-coder%2FPing-pong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alberto2005-coder%2FPing-pong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alberto2005-coder%2FPing-pong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alberto2005-coder%2FPing-pong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alberto2005-coder","download_url":"https://codeload.github.com/alberto2005-coder/Ping-pong/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alberto2005-coder%2FPing-pong/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35205739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-07-06T21:01:07.460Z","updated_at":"2026-07-06T21:01:09.482Z","avatar_url":"https://github.com/alberto2005-coder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ping pong en Python (Tkinter)\n\n¡Bienvenido al clásico juego de **Pong** desarrollado en Python usando **Tkinter**! 🏓\n\n---\n\n## 🎮 Descripción\n\nEste es un proyecto de Pong donde puedes jugar:\n\n* **Contra otro jugador** usando el teclado.\n* **Contra la IA**, con dificultad ajustable.\n\nEl juego incluye:\n\n* Marcador de puntos (partida a 15 puntos).\n* Aceleración de la pelota cada vez que rebota en una raqueta.\n* Botón de “Iniciar partida”.\n* Mensajes de victoria cuando un jugador llega a 15 puntos.\n\n---\n\n## ⌨ Controles\n\n**Jugador izquierdo:**\n\n* `W` → mover arriba\n* `S` → mover abajo\n\n**Jugador derecho (solo si no es IA):**\n\n* `↑` → mover arriba\n* `↓` → mover abajo\n\n---\n\n## 🧩 Requisitos\n\n* Python 3.8 o superior\n* Tkinter (generalmente viene incluido con Python)\n\nOpcional (para crear `.exe`):\n\n* PyInstaller\n\n---\n\n## ⚡ Cómo ejecutar\n\n1. Clona el repositorio o descarga los archivos:\n\n```bash\ngit clone \u003cURL_DEL_REPOSITORIO\u003e\ncd pong\n```\n\n2. Ejecuta el juego con Python:\n\n```bash\npython main.py\n```\n\n3. Selecciona si quieres jugar contra otro jugador o contra la IA y comienza la partida.\n\n---\n\n## 📦 Crear un `.exe` (opcional)\n\nSi quieres generar un ejecutable para Windows:\n\n```bash\npython -m PyInstaller --onefile --windowed main.py\n```\n\nEl `.exe` se encontrará en la carpeta `dist/`.\n\n---\n\n## 🌟 Estructura recomendada del proyecto\n\n```\nPING-PONG/\n├─ main.py\n├─ assets/        # (opcional, imágenes o sonidos)\n├─ README.md\n└─ LICENSE       # Licencia MIT\n```\n\n---\n\n## 📄 Licencia\n\nEste proyecto está bajo la **Licencia MIT**. Ver archivo [LICENSE](LICENSE) para más detalles.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falberto2005-coder%2Fping-pong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falberto2005-coder%2Fping-pong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falberto2005-coder%2Fping-pong/lists"}