{"id":17817637,"url":"https://github.com/codelixir/brick-breaker","last_synced_at":"2026-04-30T01:35:15.423Z","repository":{"id":233798050,"uuid":"364933517","full_name":"codelixir/brick-breaker","owner":"codelixir","description":"A terminal-based game based on the classic brick breaker/block breaker game, for the DASS course, Spring 2021.","archived":false,"fork":false,"pushed_at":"2021-05-06T17:01:57.000Z","size":881,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T00:19:16.890Z","etag":null,"topics":["colorama","game","python","terminal"],"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/codelixir.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":"2021-05-06T14:13:15.000Z","updated_at":"2021-07-19T15:17:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"23a7c907-57b5-4f06-b6a8-4a13bc69b4ec","html_url":"https://github.com/codelixir/brick-breaker","commit_stats":null,"previous_names":["codelixir/brick-breaker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelixir%2Fbrick-breaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelixir%2Fbrick-breaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelixir%2Fbrick-breaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelixir%2Fbrick-breaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codelixir","download_url":"https://codeload.github.com/codelixir/brick-breaker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246785453,"owners_count":20833494,"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":["colorama","game","python","terminal"],"created_at":"2024-10-27T16:44:37.841Z","updated_at":"2026-04-30T01:35:10.392Z","avatar_url":"https://github.com/codelixir.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)\n\nThis project uses the **colorama** python library to make ANSI escape character sequences. \\\n[Read the official colorama documentation here](https://pypi.org/project/colorama/).\n\nThe symbols for power-ups are Unicode characters. You can visit [this link](https://www.alt-codes.net/) to know more.\n\nThis game was made as a part of the Design and Analysis of Software Systems course, Spring 2021.\n\n---\n\n\n# Big Brick Energy\n\nA game similar to Brick Breaker, but runs on terminal because flash player is dead.\n\n## Installation and running\n\n1. If you don't have colorama installed, \\\n   `pip3 install -r requirements.txt`\n2. To run the game, \\\n   `python3 main.py` \\\n   For best results, have your terminal window in full screen mode.\n\n## Controls\n\n- `w` to release the ball from the paddle\n- `a` to move left\n- `d` to move right\n- `;` to quit the game\n\n## Power Ups\n\n- `$` Coin\n- `♥` 1Up\n- `∴` Multi-Ball\n- `\u003c\u003e` Expand Paddle\n- `\u003e\u003c` Shrink Paddle\n- `ϟ` Fast Ball\n- `⥮` Thru-Ball\n- `⩃` Paddle-Grab\n- `↑` Shooting Paddle\n- `✸` Fire Ball\n\n## Features\n\n### Inheritance\n\nAll power-ups are inherited from the `PowerUp` class.\n\n### Polymorphism\n\nFunctions such as `display`, `move`, etc are common for multiple objects.\n\n### Encapsulation\n\nMultiple classes and objects are used.\n\n### Abstraction\n\nMany functions such as `activate`, `move`, etc are abstracted.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelixir%2Fbrick-breaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelixir%2Fbrick-breaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelixir%2Fbrick-breaker/lists"}