{"id":20757911,"url":"https://github.com/amdmi3/cavezofphear","last_synced_at":"2026-02-16T14:36:18.656Z","repository":{"id":62124485,"uuid":"420101961","full_name":"AMDmi3/cavezofphear","owner":"AMDmi3","description":"A Boulder Dash / Digger-like game for consoles/terminals","archived":false,"fork":false,"pushed_at":"2022-10-26T19:56:06.000Z","size":126,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-27T22:33:10.724Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AMDmi3.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","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":"2021-10-22T13:06:57.000Z","updated_at":"2024-09-24T04:02:53.000Z","dependencies_parsed_at":"2022-10-26T20:57:13.984Z","dependency_job_id":null,"html_url":"https://github.com/AMDmi3/cavezofphear","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/AMDmi3/cavezofphear","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Fcavezofphear","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Fcavezofphear/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Fcavezofphear/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Fcavezofphear/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AMDmi3","download_url":"https://codeload.github.com/AMDmi3/cavezofphear/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Fcavezofphear/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-17T09:46:35.532Z","updated_at":"2026-02-16T14:36:18.637Z","avatar_url":"https://github.com/AMDmi3.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://repology.org/project/cavezofphear/versions\"\u003e\n\t\u003cimg src=\"https://repology.org/badge/vertical-allrepos/cavezofphear.svg?exclude_unsupported=1\" alt=\"Packaging status\" align=\"right\"\u003e\n\u003c/a\u003e\n\n[![CI](https://github.com/AMDmi3/cavezofphear/actions/workflows/ci.yml/badge.svg)](https://github.com/AMDmi3/cavezofphear/actions/workflows/ci.yml)\n[![Github commits (since latest release)](https://img.shields.io/github/commits-since/AMDmi3/cavezofphear/latest.svg)](https://github.com/AMDmi3/cavezofphear)\n\n# CAVEZ of PHEAR\n\n![CAVEZ of PHEAR screenshot](doc/screenshot.png)\n\nYou are trapped in the CAVEZ of PHEAR, your mission is to escape\nthrough all the caves and make it out alive. To escape through a\ncave you will have to find all the diamonds located in it. Once\nyou've found all the diamonds, their powers combined will help you\nget to the next cave, one step closer to freedom.\n\n## How to play\n\nBy picking up a diamond `*` you get 10 points, picking up money `$`\ngives you 100 points. You get one extra life for every 1000 points\nyou score.\n\nMove around with the arrow keys or the 2-4-8-6 keys. Press *k* to \ncommit suicide if you should get stuck.\n\nGot the bombs (`%`)? Great! Press *b* to place them, and *t* to detonate\nthem all at once. Note that the bombs you place will act just like\nstones, affected by gravity, rolling, and so on..\n\nWatch out for monsters (`M`) -- if they catch you, you will die. To\nfight back, drop stones on them or blow them up using your bombs.\n\nPressing *s* will enable/disable sound, *w* will highlight your\ncurrent position.\n\n## Building and installation\n\nTo run the game without installing:\n\n```sh\ncmake .\ncmake --build .\n./phear\n```\n\nFor systemwide installation:\n\n```sh\ncmake -DSYSTEMWIDE=ON .\ncmake --build .\ncmake --install .\n```\n\n## Editor\n\nStart the editor with `phear -e \u003cmap\u003e`, use `0-9` keys to place\nobjects, `s` to save the map, `q` to quit and `l` to enable lock-mode\n(lets you draw using arrow-keys). Play your map with `phear \u003cmap\u003e`.\n\n## History and credits\n\nThe game was originally written by Tom Rune Flo \u003c\u003ctom@x86.no\u003e\u003e with\nlatest version 0.5.1 published on 2011-11-30. Currently maintained\nby [Dmitry Marakasov](https://github.com/AMDmi3) \u003c\u003camdmi3@amdmi3.ru\u003e\u003e.\n\n## License\n\nCAVEZ of PHEAR is free software: you can redistribute it and/or \nmodify it under the terms of the GNU General Public License as\npublished by the Free Software Foundation, either version 3 of the\nLicense, or (at your option) any later version. See [COPYING](COPYING)\nfor details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famdmi3%2Fcavezofphear","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famdmi3%2Fcavezofphear","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famdmi3%2Fcavezofphear/lists"}