{"id":23036880,"url":"https://github.com/dieegogutierrez/breakoutgame","last_synced_at":"2025-07-31T08:08:04.499Z","repository":{"id":189407382,"uuid":"680623069","full_name":"dieegogutierrez/BreakOutGame","owner":"dieegogutierrez","description":"BreakOutGame desktop application.","archived":false,"fork":false,"pushed_at":"2024-06-11T15:38:29.000Z","size":344,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T23:17:16.393Z","etag":null,"topics":["oop","python","turtle-graphics"],"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/dieegogutierrez.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":"2023-08-19T21:00:19.000Z","updated_at":"2024-06-12T00:40:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"c07e1010-2587-49ff-9f3b-2c6b5ec11158","html_url":"https://github.com/dieegogutierrez/BreakOutGame","commit_stats":null,"previous_names":["dieegogutierrez/breakoutgame"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dieegogutierrez/BreakOutGame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dieegogutierrez%2FBreakOutGame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dieegogutierrez%2FBreakOutGame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dieegogutierrez%2FBreakOutGame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dieegogutierrez%2FBreakOutGame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dieegogutierrez","download_url":"https://codeload.github.com/dieegogutierrez/BreakOutGame/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dieegogutierrez%2FBreakOutGame/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268010100,"owners_count":24180459,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"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":["oop","python","turtle-graphics"],"created_at":"2024-12-15T17:27:59.766Z","updated_at":"2025-07-31T08:08:04.478Z","avatar_url":"https://github.com/dieegogutierrez.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Breakout Game\n\nA classic Breakout game implemented in Python using the Turtle graphics library. Breakout is a simple yet addictive arcade game where you control a paddle to bounce a ball and break bricks.\n\n![Breakout Game](static/assets/breakoutgame.png)\n\n## Reproducible Code Steps\n\nTo run the Breakout Game on your local machine, follow these steps:\n\n1. **Clone the Repository**: Clone the Breakout Game repository to your local machine:\n\n    ```bash\n    git clone https://github.com/dieegogutierrez/BreakOutGame.git\n    ```\n\n2. **Navigate to the Project Directory**: Change your current directory to the root of the cloned repository:\n\n    ```bash\n    cd BreakOutGame\n    ```\n\n3. **Install Python Dependencies**: Make sure you have Python installed on your machine. Then, install the required dependencies using pip:\n\n    ```bash\n    python3.9 -m venv venv\n    source venv/bin/activate\n    pip install -r requirements.txt\n    ```\n\n4. **Run the Game**: Execute the main Python script to launch the Breakout Game:\n\n    ```bash\n    python main.py\n    ```\n\n5. **Play the Game**: Once the game starts, follow the instructions below on how to play the Breakout Game.\n\n- Press **'Return'** to start the game.\n- Use the **Left** and **Right** arrow keys to move the paddle.\n- Press **'p'** to pause and resume the game.\n- Press **'Space'** to restart the game after game over.\n\n## Features\n\n- Classic Breakout gameplay with bricks, paddle, and ball.\n- Scoreboard to keep track of your score, high score and lives.\n- Pause and resume the game.\n- High score saved to 'highscore.txt'.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdieegogutierrez%2Fbreakoutgame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdieegogutierrez%2Fbreakoutgame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdieegogutierrez%2Fbreakoutgame/lists"}