{"id":18954060,"url":"https://github.com/stash/blockbreaker","last_synced_at":"2026-04-29T09:36:07.672Z","repository":{"id":66694345,"uuid":"125588078","full_name":"stash/BlockBreaker","owner":"stash","description":"Arkanoid/Brick-out clone in Unity, based on https://www.udemy.com/unitycourse/learn/v4/overview","archived":false,"fork":false,"pushed_at":"2018-03-17T05:16:38.000Z","size":128015,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T03:16:36.669Z","etag":null,"topics":["game-2d","unity"],"latest_commit_sha":null,"homepage":"https://stash.github.io/BlockBreaker/","language":"C#","has_issues":false,"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/stash.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":"2018-03-17T01:56:13.000Z","updated_at":"2022-06-30T09:30:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe15cc5c-8ba1-4928-951b-35ade0a43427","html_url":"https://github.com/stash/BlockBreaker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stash%2FBlockBreaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stash%2FBlockBreaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stash%2FBlockBreaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stash%2FBlockBreaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stash","download_url":"https://codeload.github.com/stash/BlockBreaker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239952639,"owners_count":19723924,"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":["game-2d","unity"],"created_at":"2024-11-08T13:43:01.696Z","updated_at":"2026-03-30T08:30:16.587Z","avatar_url":"https://github.com/stash.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlockBreaker\n\nBreak-Out/Arkanoid clone in Unity, based on https://www.udemy.com/unitycourse/learn/v4/overview\n\nPlay it on the web here: https://stash.github.io/BlockBreaker/ (known issue: audio is all kinds of messed up when playing via web; song doesn't loop properly and the mix is really unbalanced)\n\n## Improvements over stock tutorial\n\nWanted to challenge myself in a few different areas instead of sticking to the cut-and-dry tutorial and make something a little bit more polished.\n\n**Graphics:**\n\n1. Custom brick sprite sheet with hand-drawn crack animations, created with Gimp.\n1. Rounded-corner paddle \"chamfer\" instead of the triangle-tip one in the tutorial. Uses a nine-segment sprite so the paddle can be resized.\n1. Particle effect \"sparks\" when the ball hits an indestructable brick (including custom \"burst\" spark texture created in Gimp).\n1. Particle effect \"explosion\" upon the ball leaving the play area.\n1. Inter-level fade-out animation using the built-in Unity Animation components.\n1. Font used is from https://www.dafont.com/another-brick.font - \"free for personal use\"\n\n**Sound:**\n\n1. Composed BGM in [OpenMPT](https://openmpt.org/) (though the \"meat\" of the song is from looperman: https://www.looperman.com/loops/detail/120273/aqua-synth-130bpm-by-ofekz83-free-130bpm-techno-synth-loop and https://www.looperman.com/loops/detail/121895/arp-synth-130bpm-by-ofekz83-free-130bpm-techno-synth-loop)\n1. Custom \"AudioLoopWithIntro\" class to handle the fact that the song has a non-looping introduction then a looping main part; Unity 2017.3 doesn't provide this functionality out of the box.\n1. Added nicer sound effects gathered from other free Unity tutorials (SpaceShooter), [FreeSound](https://freesound.org) or hand-edited in Audacity (e.g. the \"crack\" clip is an isolated and slowed down version of a wooden board breaking).\n1. Instead of using AudioSource.PlayClipAtPoint(), sound effects are stereo panned based on the horizontal position and are sent to a mixer. (Doesn't work on web; just falls-back to AudioSource.PlayClipAtPoint)\n1. The AudioMixers are set up so that the main background music can be \"ducked\" when a sound effect is playing. (Doesn't work on web)\n\n**Gameplay:**\n\n1. Replaced the \"random\" ball movement tweak with a \"move towards center\" algorithm. In both cases prevents infinite loops of the ball going up and down forever, plus making the ball gradually faster.\n\n**Other:**\n\n1. Use more prefabs, in general, than in the tutorial.\n1. Refactored common routines into a Util class.\n\n# Building\n\nRequirements:\n\n* Unity 2017.3.1f\n\nThen build within Unity. Should work for Win/Mac/Linux target and web.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstash%2Fblockbreaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstash%2Fblockbreaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstash%2Fblockbreaker/lists"}