{"id":17680093,"url":"https://github.com/silverweed/lifish","last_synced_at":"2025-08-21T00:31:18.789Z","repository":{"id":33839185,"uuid":"37540907","full_name":"silverweed/lifish","owner":"silverweed","description":"Remake of the videogame \"BOOM\" by Factor Software","archived":false,"fork":false,"pushed_at":"2025-04-29T07:00:46.000Z","size":63846,"stargazers_count":50,"open_issues_count":6,"forks_count":6,"subscribers_count":6,"default_branch":"boom","last_synced_at":"2025-04-29T08:20:44.037Z","etag":null,"topics":["2d","arcade","cpp17","game","linux","local-multiplayer","osx","sfml","videogame","windows"],"latest_commit_sha":null,"homepage":"https://silverweed.github.io/boom","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/silverweed.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,"zenodo":null}},"created_at":"2015-06-16T16:05:25.000Z","updated_at":"2025-04-29T07:00:50.000Z","dependencies_parsed_at":"2024-01-08T15:07:17.579Z","dependency_job_id":"255722f0-979e-4ba9-bea5-5e67d43536d5","html_url":"https://github.com/silverweed/lifish","commit_stats":{"total_commits":1058,"total_committers":5,"mean_commits":211.6,"dds":0.04820415879017015,"last_synced_commit":"4f93f836f57cfe4ce2183265c4199f6a39becdc6"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/silverweed/lifish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverweed%2Flifish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverweed%2Flifish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverweed%2Flifish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverweed%2Flifish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silverweed","download_url":"https://codeload.github.com/silverweed/lifish/tar.gz/refs/heads/boom","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverweed%2Flifish/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271409395,"owners_count":24754706,"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-20T02:00:09.606Z","response_time":69,"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":["2d","arcade","cpp17","game","linux","local-multiplayer","osx","sfml","videogame","windows"],"created_at":"2024-10-24T09:05:24.965Z","updated_at":"2025-08-21T00:31:18.782Z","avatar_url":"https://github.com/silverweed.png","language":"C++","readme":"\u003cimg src=\"https://silverweed.github.io/assets/img/boom/boom_screen1.png\" style='height: 300px'/\u003e\n\n## ABOUT ##\nThis is the branch of Lifish that contains the code for [BOOM Remake](https://silverweed.github.io/boom), a faithful remake of the original BOOM game.\n\nLifish was a work-in-progress arcade game inspired by BOOM, but that project is currently in indefinite hiatus. The `boom` branch is the one that's still being occasionally updated, mostly for bugfixing, as BOOM Remake is already complete.\n\nLifish (and by extension, BOOM Remake) has a level editor available as a separate program, currently working only on Linux and MacOS: [LifishEdit](https://codeberg.org/silverweed/lifish-edit). A new level editor is in the making, working on Linux and Windows: [BOOMEdit: Remake](https://codeberg.org/silverweed/boom-edit-remake).\n\n### Supported platforms ###\nBOOM Remake is known to work on the following platforms:\n\n* Windows 64 bit (\u003e= 7)\n* Linux x86_64 and aarch64 (with non-ancient versions of `libc` and `libstdc++`)\n* macOS Intel (\u003e= 10.15) and Apple Silicon (\u003e= 11)\n\n### Binaries ###\nThe latest \"official\" binaries are available [here](https://silverweed.github.io/boom/). The latest version in this repo may contain additional features that I haven't had time to polish and package yet in the release.\n\n## Building ##\n\n### DEPENDENCIES ###\n\n* [SFML](https://github.com/SFML/SFML) \u003e= 2.5\n* [tinyjson](https://github.com/tiny-json/tinyjson) (included in the source)\n\n#### Linux, OS X, BSD, etc ####\nThe game can be compiled on *nix (tested on Linux, OSX and FreeBSD) via `cmake . \u0026\u0026 make`\n(you need to have SFML \u003e=2.5 installed).\n\n#### Windows ####\nOn Windows you can use cmake + Visual Studio.\n\n### Command line parameters ###\nIf launched from the command line, `lifish` accepts a bunch of parameters (see `lifish -h` for details).\nIt also accepts an optional argument which is the path of the level JSON to use (default: `lifish.json`).\n\n### Note about assets ###\nThe original BOOM assets belong to Factor Software. I don't hold any intellectual property upon them.\n\n## LICENSE ##\nCopyright (c) silverweed, 2022\n\nSee the LICENSE file for licensing information.\n\n## CONTRIBUTORS ##\n- [silverweed](https://github.com/silverweed)\n- [bl00dy1837](https://github.com/bl00dy1837)\n- [DrSh4dow](https://github.com/DrSh4dow)\n- [eguiraud](https://github.com/eguiraud)\n- [orazioedoardo](https://github.com/orazioedoardo)\n- [malespiaut](https://github.com/malespiaut)\n\n### Other ###\n\nCoded with [vim](http://www.vim.org/).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilverweed%2Flifish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilverweed%2Flifish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilverweed%2Flifish/lists"}