{"id":51476012,"url":"https://github.com/alberto2005-coder/objectfight","last_synced_at":"2026-07-06T21:01:08.256Z","repository":{"id":341988884,"uuid":"1172328272","full_name":"alberto2005-coder/ObjectFight","owner":"alberto2005-coder","description":"ObjectFight es un juego arcade desarrollado en Java Swing. En este divertido título, el jugador controla una plataforma (Player) para hacer rebotar una pelota (Ball) y destruir los muros (Walls) en pantalla a través de diversas fases. ¡Pon a prueba tus reflejos, gestiona tus vidas y supera todos los niveles para alcanzar la victoria!","archived":false,"fork":false,"pushed_at":"2026-03-04T07:26:11.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-04T13:39:34.571Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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":"2026-03-04T07:22:28.000Z","updated_at":"2026-03-04T07:26:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/alberto2005-coder/ObjectFight","commit_stats":null,"previous_names":["alberto2005-coder/objectfight"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/alberto2005-coder/ObjectFight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alberto2005-coder%2FObjectFight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alberto2005-coder%2FObjectFight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alberto2005-coder%2FObjectFight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alberto2005-coder%2FObjectFight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alberto2005-coder","download_url":"https://codeload.github.com/alberto2005-coder/ObjectFight/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alberto2005-coder%2FObjectFight/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:06.888Z","updated_at":"2026-07-06T21:01:08.237Z","avatar_url":"https://github.com/alberto2005-coder.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ObjectFight 🧱🚀\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Java](https://img.shields.io/badge/Java-Swing-blue.svg)](https://www.java.com/)\n\n[🇪🇸 Español](#-español) | [🇬🇧 English](#-english)\n\n---\n\n## 🇪🇸 Español\n\n### 📖 Índice\n1. [Acerca del Proyecto](#acerca-del-proyecto)\n2. [Características principales](#características-principales)\n3. [Requisitos](#requisitos)\n4. [Instalación y Ejecución](#instalación-y-ejecución)\n5. [Licencia](#licencia)\n\n### Acerca del Proyecto\n**ObjectFight** es un juego arcade desarrollado en **Java Swing**. En este divertido título, el jugador controla una plataforma (Player) para hacer rebotar una pelota (Ball) y destruir los muros (Walls) en pantalla a través de diversas fases. ¡Pon a prueba tus reflejos, gestiona tus vidas y supera todos los niveles para alcanzar la victoria!\n\n### Características principales\n*   **Físicas de colisión**: Implementación de colisiones rectangulares entre los distintos objetos del juego (Pelota, Jugador, Muros).\n*   **Sistema de fases**: Supera las 5 fases de dificultad creciente destruyendo todos los muros de la zona de juego.\n*   **Puntuación y Vidas**: Gana puntos por cada muro destruido. ¡Pero cuidado! Si la pelota toca el suelo, perderás una de tus 3 vidas.\n*   **Controles fluidos**: Movimiento suave de la plataforma usando las flechas direccionales o las teclas A/D.\n*   **Interfaz Gráfica (GUI)**: Pantalla de menú principal, renderizado en tiempo real y Game Over / Victory screens usando la API gráfica estándar de Java.\n\n### Requisitos\n*   **Java Development Kit (JDK)**: Versión 8 o superior.\n*   Entorno de desarrollo (IDE) como Eclipse, IntelliJ IDEA, VS Code, o simplemente terminal.\n\n### Instalación y Ejecución\n1.  **Clona este repositorio**:\n    ```bash\n    git clone https://github.com/TU_USUARIO/ObjectFight.git\n    cd ObjectFight\n    ```\n2.  **Compilación y Ejecución (vía terminal)**:\n    ```bash\n    javac -d bin src/main/java/com/xanxa/objectfight/**/*.java\n    java -cp bin com.xanxa.objectfight.Main\n    ```\n    *Alternativamente, puedes importar el proyecto en tu IDE favorito y ejecutar la clase `Main.java`.*\n\n### Licencia\nEste proyecto está bajo la Licencia **MIT**. Consulta el archivo [LICENSE](LICENSE) para más detalles.\n\n---\n\n## 🇬🇧 English\n\n### 📖 Table of Contents\n1. [About the Project](#about-the-project)\n2. [Key Features](#key-features)\n3. [Requirements](#requirements)\n4. [Installation and Execution](#installation-and-execution)\n5. [License](#license-1)\n\n### About the Project\n**ObjectFight** is an arcade game developed using **Java Swing**. In this fun title, the player controls a paddle (Player) to bounce a ball (Ball) and destroy all the walls (Walls) on the screen across various phases. Test your reflexes, manage your lives, and beat all levels to achieve victory!\n\n### Key Features\n*   **Collision Physics**: Implementation of rectangular collisions between the different game objects (Ball, Player, Walls).\n*   **Phase System**: Beat the 5 phases of increasing difficulty by destroying all the walls in the game zone.\n*   **Score \u0026 Lives**: Earn points for every destroyed wall. But be careful! If the ball hits the floor, you'll lose one of your 3 lives.\n*   **Fluid Controls**: Smooth paddle movement using directional arrows or A/D keys.\n*   **Graphical Interface (GUI)**: Main menu screen, real-time rendering, and Game Over / Victory screens using standard Java Graphics API.\n\n### Requirements\n*   **Java Development Kit (JDK)**: Version 8 or higher.\n*   Development environment (IDE) like Eclipse, IntelliJ IDEA, VS Code, or just a terminal.\n\n### Installation and Execution\n1.  **Clone this repository**:\n    ```bash\n    git clone https://github.com/YOUR_USERNAME/ObjectFight.git\n    cd ObjectFight\n    ```\n2.  **Compilation and Execution (via terminal)**:\n    ```bash\n    javac -d bin src/main/java/com/xanxa/objectfight/**/*.java\n    java -cp bin com.xanxa.objectfight.Main\n    ```\n    *Alternatively, you can import the project into your favorite IDE and run the `Main.java` class.*\n\n### License\nThis project is licensed under the **MIT** License. See the [LICENSE](LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falberto2005-coder%2Fobjectfight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falberto2005-coder%2Fobjectfight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falberto2005-coder%2Fobjectfight/lists"}