{"id":16122260,"url":"https://github.com/kurone-kito/dfs-test","last_synced_at":"2025-10-23T15:32:02.662Z","repository":{"id":41856438,"uuid":"484242820","full_name":"kurone-kito/dfs-test","owner":"kurone-kito","description":"🛣 The practice of the depth-first search; since 2022.4","archived":true,"fork":false,"pushed_at":"2023-07-19T14:05:44.000Z","size":1345,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-19T21:25:59.566Z","etag":null,"topics":["dfs-algorithm","example-project"],"latest_commit_sha":null,"homepage":"https://github.com/kurone-kito/fantomo","language":"TypeScript","has_issues":false,"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/kurone-kito.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.ja.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.ja.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-22T00:18:36.000Z","updated_at":"2024-06-06T04:56:01.000Z","dependencies_parsed_at":"2022-07-22T22:17:04.456Z","dependency_job_id":null,"html_url":"https://github.com/kurone-kito/dfs-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"kurone-kito/yarn-project-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurone-kito%2Fdfs-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurone-kito%2Fdfs-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurone-kito%2Fdfs-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurone-kito%2Fdfs-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kurone-kito","download_url":"https://codeload.github.com/kurone-kito/dfs-test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237852591,"owners_count":19376714,"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":["dfs-algorithm","example-project"],"created_at":"2024-10-09T21:10:19.317Z","updated_at":"2025-10-23T15:31:57.301Z","avatar_url":"https://github.com/kurone-kito.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛣 The practice of the depth-first search\n\nThe project is a practice of the depth-first search for [👻 Fantomo](https://github.com/kurone-kito/fantomo).\n\n## TL; DR\n\n```sh\nnpm ci \u0026\u0026 npm run build \u0026\u0026 npm run bin\n```\n\n### Result\n\n```txt\n●●──k●┬┐\n└┼●┬┴k┼P\n┌┼┼┤┌k┼┐\n├┼●k┼k┤│\n└k┼┤├●┘╵\n●┬┼┴┼┼┬┐\n├┼┼P●P┼k\n└┴●╵kk┴╴\n```\n\n- `┼`: Route\n- `●`: Mine\n- `k`: Key\n- `P`: Spawn area\n\n## System Requirements\n\n- Node.js Fermium LTS (`^14.19.1`)\n\n## Install the dependencies\n\n```sh\nnpm install\n```\n\n## Build (transpile)\n\nThe command creates a `dist` directory with the compiled JavaScript files.\n\n```sh\nnpm run build\n```\n\nWhen you want to build with watch on development, you can use the command.\n\n```sh\nnpm start\n```\n\n## Invoke the transpiled code\n\nThe command invokes the transpiled code: `dist/index.mjs`.\n\n```sh\nnpm run bin\n```\n\n## Linting\n\n```sh\nnpm run lint\nnpm run lint:fix # Lint and auto-fix\n```\n\n## Testing\n\n```sh\nnpm run test\n```\n\nCurrently, the command works as an alias for the `npm run lint` command.\n\n## Rules for Development\n\nIntroduce commit message validation at commit time.\n“**[Conventional Commits](https://www.conventionalcommits.org/ja/)**”\nrule is applied to discourage committing messages that violate conventions.\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurone-kito%2Fdfs-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkurone-kito%2Fdfs-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurone-kito%2Fdfs-test/lists"}