{"id":20338367,"url":"https://github.com/iammoltony/ds-craft","last_synced_at":"2025-05-08T02:31:41.563Z","repository":{"id":39413308,"uuid":"506946636","full_name":"IAmMoltony/ds-craft","owner":"IAmMoltony","description":"Minecraft demake for Nintendo DS.","archived":true,"fork":false,"pushed_at":"2025-01-13T17:26:59.000Z","size":10335,"stargazers_count":36,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-13T07:43:54.474Z","etag":null,"topics":["2d-game","2d-sandbox-game","c","contributions-welcome","cpp","cxx","devkitarm","game","gamedev","homebrew","libnds","maxmod","minecraft","minecraft-clone","nds","nds-homebrew","nintendo-ds","nintendo-homebrew","videogame"],"latest_commit_sha":null,"homepage":"https://iammoltony.github.io/ds-craft/index.html","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IAmMoltony.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}},"created_at":"2022-06-24T09:08:37.000Z","updated_at":"2025-01-13T17:28:38.000Z","dependencies_parsed_at":"2024-01-06T18:42:38.538Z","dependency_job_id":"2e9774de-d2b0-45c2-8a2b-9120a7421118","html_url":"https://github.com/IAmMoltony/ds-craft","commit_stats":null,"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IAmMoltony%2Fds-craft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IAmMoltony%2Fds-craft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IAmMoltony%2Fds-craft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IAmMoltony%2Fds-craft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IAmMoltony","download_url":"https://codeload.github.com/IAmMoltony/ds-craft/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252986828,"owners_count":21836234,"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":["2d-game","2d-sandbox-game","c","contributions-welcome","cpp","cxx","devkitarm","game","gamedev","homebrew","libnds","maxmod","minecraft","minecraft-clone","nds","nds-homebrew","nintendo-ds","nintendo-homebrew","videogame"],"created_at":"2024-11-14T21:12:47.730Z","updated_at":"2025-05-08T02:31:41.554Z","avatar_url":"https://github.com/IAmMoltony.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notice\n\nThis project is, evidently, no longer maintained. I have had great fun developing this little game and learning along the way, but it just became too much.\n\nPlease click on [this link](https://iammoltony.github.io/abandonware.html#ap10) to find out more about the problems of this project, both technical and not.\n\n# ds-craft\n\nDS-Craft is a Minecraft demake for Nintendo DS written in C and C++ inspired by\n[Paper Minecraft](https://scratch.mit.edu/projects/10128407/).\n\n[![CodeFactor](https://www.codefactor.io/repository/github/iammoltony/ds-craft/badge/main)](https://www.codefactor.io/repository/github/iammoltony/ds-craft/overview/main)\n![GitHub all releases](https://img.shields.io/github/downloads/IAmMoltony/ds-craft/total)\n![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/w/IAmMoltony/ds-craft)\n![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/IAmMoltony/ds-craft)\n![GitHub language count](https://img.shields.io/github/languages/count/IAmMoltony/ds-craft)\n![GitHub](https://img.shields.io/github/license/IAmMoltony/ds-craft)\n![GitHub tag (with filter)](https://img.shields.io/github/v/tag/IAmMoltony/ds-craft?label=latest%20version)\n![GitHub last commit (branch)](https://img.shields.io/github/last-commit/IAmMoltony/ds-craft/main)\n\n## Table of contents\n\n- [ds-craft](#ds-craft)\n  - [Table of contents](#table-of-contents)\n  - [Cloning](#cloning)\n  - [Building and running](#building-and-running)\n  - [Docs](#docs)\n  - [Screenshots](#screenshots)\n  - [Credits](#credits)\n\n## Cloning\n\nSince this game uses submodules, you should clone it like this:\n\n```bash\ngit clone https://github.com/IAmMoltony/ds-craft --recurse-submodules\n```\n\nOr if you already cloned it without `--recurse-submodules`, then run this in the\nrepo folder:\n\n```bash\ngit submodule update --init --recursive\n```\n\n## Building and running\n\nSee BUILD.md.\n\n## Docs\n\nTo generate documentation, you need [Doxygen](https://doxygen.nl).\nOnce you're ready, pull up your terminal, go to the root of the project and run\n`doxygen`. You can use Doxywizard too, if you like.\n\n## Screenshots\n\n![Screenshot 1](./screenshots/shot1.png)\n![Screenshot 2](./screenshots/shot2.png)\n![Screenshot 3](./screenshots/shot3.png)\n\n## License\n\nThis game is licensed under MIT license. Please see LICENSE for more info.\n\n## Credits\n\nMojang - textures, font and sounds\n\nlibNDS examples - a lot of lower-level code\n\n[This tutorial](https://www.youtube.com/watch?v=yb6QJl6mqf4) - logo creation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiammoltony%2Fds-craft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiammoltony%2Fds-craft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiammoltony%2Fds-craft/lists"}