{"id":23301504,"url":"https://github.com/lacop/bubblesolver","last_synced_at":"2025-04-06T22:19:00.185Z","repository":{"id":19449563,"uuid":"22693712","full_name":"lacop/BubbleSolver","owner":"lacop","description":"Bubble Blast (Android game) solver","archived":false,"fork":false,"pushed_at":"2014-08-06T18:38:43.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T04:30:22.552Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lacop.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}},"created_at":"2014-08-06T18:36:05.000Z","updated_at":"2014-08-06T18:38:43.000Z","dependencies_parsed_at":"2022-07-10T08:01:02.995Z","dependency_job_id":null,"html_url":"https://github.com/lacop/BubbleSolver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacop%2FBubbleSolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacop%2FBubbleSolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacop%2FBubbleSolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacop%2FBubbleSolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lacop","download_url":"https://codeload.github.com/lacop/BubbleSolver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557881,"owners_count":20958065,"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":[],"created_at":"2024-12-20T10:13:40.593Z","updated_at":"2025-04-06T22:19:00.165Z","avatar_url":"https://github.com/lacop.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bubble Blast 3D Solver\n======================\n\nSolves levels for Bubble Blast 3D (com.magmamobile.game.BubbleBlast3D) game on Android.\n\nUsage:\n------\n```python\n\u003e\u003e\u003e solveboard('4444413243341432.42.34.12.2324', 5, 3)\nROW COL BOARD\n        |44444|13243|34143|2.42.|34.12|.2324|\n2   1   |44444|23243|34143|2.42.|34.12|.2324|   ::4444423243341432.42.34.12.2324\n3   5   |44444|23243|34144|2.42.|34.12|.2324|   ::4444423243341442.42.34.12.2324\n3   4   |.....|.....|.....|.....|.....|.....|   ::..............................\n```\nEnter board as a string, top to bottom, left to right. Use period (`.`) for empty space, numbers for bubble sizes. Use numbers `1` (smallest, blue), `2` (yellow), `3` (green) and `4` (largest, red) for bubble state.\n\nSee also:\n---------\n\nMy [Flow game solver](https://github.com/lacop/FlowSolver) source on GitHub. That one uses SAT solver (this one is just plain bruteforce since the state space is small enough).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flacop%2Fbubblesolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flacop%2Fbubblesolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flacop%2Fbubblesolver/lists"}