{"id":17163107,"url":"https://github.com/isty001/rogue-craft","last_synced_at":"2025-06-29T16:37:28.064Z","repository":{"id":96616802,"uuid":"79487042","full_name":"Isty001/rogue-craft","owner":"Isty001","description":"Rogue Craft is an ncurses based roguelike/sandbox/RPG game","archived":false,"fork":false,"pushed_at":"2023-06-13T09:27:41.000Z","size":2198,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-14T19:37:45.169Z","etag":null,"topics":["c","craft","game","ncurses","rogue","rogue-craft","roguecraft","roguelike","rpg"],"latest_commit_sha":null,"homepage":"https://rogue-craft.org","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/Isty001.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-19T19:28:15.000Z","updated_at":"2025-02-05T23:53:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"63bb38e0-146a-400d-aae7-c7241df451a9","html_url":"https://github.com/Isty001/rogue-craft","commit_stats":null,"previous_names":["isty001/rogue-craft"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Isty001/rogue-craft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isty001%2Frogue-craft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isty001%2Frogue-craft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isty001%2Frogue-craft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isty001%2Frogue-craft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Isty001","download_url":"https://codeload.github.com/Isty001/rogue-craft/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isty001%2Frogue-craft/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262627878,"owners_count":23339677,"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":["c","craft","game","ncurses","rogue","rogue-craft","roguecraft","roguelike","rpg"],"created_at":"2024-10-14T22:47:47.958Z","updated_at":"2025-06-29T16:37:28.042Z","avatar_url":"https://github.com/Isty001.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![Build Status](https://travis-ci.org/rogue-craft/rogue-craft.svg?branch=master)](https://travis-ci.org/rogue-craft/rogue-craft) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/c2494381a8164514adb5061f7b1796e8)](https://www.codacy.com/app/Isty001/rogue-craft?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=rogue-craft/rogue-craft\u0026amp;utm_campaign=Badge_Grade)  [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n---\n\n## Rogue Craft\n\n\u003ca href=\"https://twitter.com/roguecraftdev\"\u003e\u003cimg src=\"http://icons.iconarchive.com/icons/uiconstock/socialmedia/512/Twitter-icon.png\" width=\"75\" height=\"75\"\u003e\u003c/a\u003e \u003ca href=\"https://rogue-craft.org/\"\u003e\u003cimg src=\"https://d30y9cdsu7xlg0.cloudfront.net/png/4618-200.png\" width=\"75\" height=\"75\"\u003e\u003c/a\u003e \u003ca href=\"http://www.indiedb.com/games/rogue-craft\"\u003e\u003cimg src=\"http://media.indiedb.com/images/global/indiedb_125x125.png\" width=\"75\" height=\"75\"\u003e\u003c/a\u003e\n\nRogue Craft is a roguelike (kinda sandbox/RPG/survival) game, based on ncurses, in an early development stage.\nPlease read the [Wiki](https://github.com/rogue-craft/rogue-craft/wiki) (in progress) for the guide and documentation.\nYou can also follow the development [here](https://rogue-craft.org/).\n\n**Click [here](https://www.youtube.com/watch?v=rqqhYEehAro) to watch a video of it.**\n\n[![screenshot](https://raw.githubusercontent.com/rogue-craft/doc-resources/master/README/banner.png)](https://www.youtube.com/watch?v=rqqhYEehAro)\n\n---\n### Latest updates:\n* Basic menu\n* Collectable materials\n* Tools will wear out\n* Items can be dropped, or put on a shortcut\n---\n\n\u003ca name=\"install\"\u003e\u003c/a\u003e\n### Install\n\nFor running `ncursesw5` is required (`panelw5` too but usually it comes with ncurses), and `vlc`. Your terminal must support 256 colors,\n(for example you could set `$TERM` to `xterm-256color`) and needs mouse interaction support too.\n\nCurrently tested only on Linux.\n\n#### From release tar\n\nChoose a release from [here](https://github.com/rogue-craft/rogue-craft/releases) then\n\n```\ntar -xf rogue-craft-*.tar.gz\ncd rogue-craft\nsudo ./install.sh\n```\n\n#### From source\n\nPlease keep in mind that master branch is might be unstable.\nTo compile you'll need `gcc`, on Debian based systems you'll need`libncursesw5-dev`  (and maybe `libncurses5-dev` too) and `libvlc-dev`, they might be called differently on your OS, or even comes with the base package, and no separate dev package need to be installed.\n\n```\ngit clone --recursive https://github.com/rogue-craft/rogue-craft\ncd rogue-craft\nmake\nsudo make install\n```\n\nYou can remove the build objects with `make clean`, or run the tests with `make run-test`\n\nTo play, simply run `rogue-craft` in your terminal.\nPlease note that it's still development version.\n\n### Contribute\n\nIf the project got your attention, feel free to contribute with your ideas, and code. :-)\nHelp with the [TODO](https://github.com/rogue-craft/rogue-craft/blob/master/TODO.md), or the [ISSUES](https://github.com/rogue-craft/rogue-craft/blob/master/ISSUES.md) is highly appreciated.\nPlease open an issue/PR if you found a bug, or have an idea, or contact [me](https://github.com/Isty001).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisty001%2Frogue-craft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisty001%2Frogue-craft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisty001%2Frogue-craft/lists"}