{"id":23088148,"url":"https://github.com/jrquick17/java-brick-breaker","last_synced_at":"2025-08-11T00:44:36.246Z","repository":{"id":96550070,"uuid":"54803245","full_name":"jrquick17/java-brick-breaker","owner":"jrquick17","description":"This video game (inspired by the arcade hit Breakout!) is written  in Java/JOGL implements various design decisions; shadows, scene graphs, collision detection, and particle physics. ","archived":false,"fork":false,"pushed_at":"2019-06-25T22:19:55.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T16:52:21.501Z","etag":null,"topics":["breakout-game","collision-detection","java","jogl","particle-physics","scene-graph","shadows"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jrquick17.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}},"created_at":"2016-03-26T22:56:23.000Z","updated_at":"2023-08-03T12:24:23.000Z","dependencies_parsed_at":"2023-04-27T16:43:29.996Z","dependency_job_id":null,"html_url":"https://github.com/jrquick17/java-brick-breaker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jrquick17/java-brick-breaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrquick17%2Fjava-brick-breaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrquick17%2Fjava-brick-breaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrquick17%2Fjava-brick-breaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrquick17%2Fjava-brick-breaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrquick17","download_url":"https://codeload.github.com/jrquick17/java-brick-breaker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrquick17%2Fjava-brick-breaker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269814209,"owners_count":24479353,"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-08-10T02:00:08.965Z","response_time":71,"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":["breakout-game","collision-detection","java","jogl","particle-physics","scene-graph","shadows"],"created_at":"2024-12-16T20:16:06.128Z","updated_at":"2025-08-11T00:44:36.226Z","avatar_url":"https://github.com/jrquick17.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# java-brick-breaker\n\n## Index ##\n\n* [About](#about)\n* [Run](#run)\n* [Issues](#issues)\n* [Contributing](#contributing)\n* [Future Plans](#future-plans)\n\n## About ## \n\nThis video game (inspired by the arcade hit [Breakout!](https://en.wikipedia.org/wiki/Breakout_(video_game)) is written \nin Java and utilizes [JOGL](https://en.wikipedia.org/wiki/Java_OpenGL) in order to implements various design decisions \nsuch as shadows, scene graphs, collision detection, and particle physics. \n\n### Instructions ###\nThe game gives the user control of a paddle which is used to bounce a ball towards a collection of bricks with the goal \nof destroying all of them to beat the level. \n\n#### Brick Types ####\n* Regular Bricks\n* Bonus Bricks \n** Drop power-ups\n** Rubber Bricks \n** Increase the speed (and strength) of the ball\n* Metal bricks \n** Can only be broken with repeated hits or fast moving balls\n\n#### Power-ups ####\nPower-ups can both help and hinder the user. Good luck!\n\n* Shrink/Grow paddle\n** Harder/Easier to hit\n* Speed up/slow down ball\n** Increase/Decreasre strength\n* Brighter/Dimmer lighting\n** Make it easier or harder to see\n* Grow/Shrink ball \n** Increases/Descreases strength\n* Lower/Raise Bricks\n** Faster/Slower ball return time\n* Split ball into multiple\n** Just remember to keep at least one alive!\n\n* Visit [my website](https://jrquick.com) for me cool stuff!\n\n## Run\n\n* Clone the repository\n\n    ```git clone git@github.com:jrquick17/java-brick-breaker.git```\n    \n* Compile project\n\n    ```javac src/*.java -d target/```\n    \n* Run project\n\n    ```java -cp target/ Main```\n\n\n## Contributing ##\n\nTo contribute, submit any pull request and I will have look.  \n\n## Issues ##\n\nIf you find any issues feel free to open a request in [the Issues tab](https://github.com/jrquick17/java-brick-breaker/issues). If I have the time I will try to solve any issues but cannot make any guarantees. Feel free to contribute yourself.\n\n### Thanks ###\n\n* [jrquick17](https://github.com/jrquick17)\n\n## Future Plans\n\n* Run using Java 8\n* Add pre requisite dependencies \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrquick17%2Fjava-brick-breaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrquick17%2Fjava-brick-breaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrquick17%2Fjava-brick-breaker/lists"}