{"id":18367092,"url":"https://github.com/synox/snake-cube-solver","last_synced_at":"2025-04-10T16:46:15.588Z","repository":{"id":148347902,"uuid":"418081945","full_name":"synox/snake-cube-solver","owner":"synox","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-17T16:50:36.000Z","size":535,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-15T20:30:54.770Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/synox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-10-17T09:42:21.000Z","updated_at":"2021-10-17T16:50:39.000Z","dependencies_parsed_at":"2023-05-19T20:30:35.418Z","dependency_job_id":null,"html_url":"https://github.com/synox/snake-cube-solver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synox%2Fsnake-cube-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synox%2Fsnake-cube-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synox%2Fsnake-cube-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synox%2Fsnake-cube-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synox","download_url":"https://codeload.github.com/synox/snake-cube-solver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248253999,"owners_count":21072983,"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":[],"created_at":"2024-11-05T23:19:59.561Z","updated_at":"2025-04-10T16:46:15.566Z","avatar_url":"https://github.com/synox.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solver for the Snake Cube Puzzle\n\n![snake](docs/snake.jpeg)\n![cube](docs/cube.jpeg)\n\nFor the snake of the shape (`-` is straight, `.` is corner) \n\n```\n--...-..-...-.-....-.-.-.--\n```\nit prints two solutions. \nThe syntax is borrowed from https://www.jaapsch.net/puzzles/snakecube.htm.\n\u003e  The solutions will also be given using the letters F, L, U, B, R, D standing for the six directions in space where the next cube might be, viz. Front, Left, Up, Back, Right, Down respectively.\n\n\n```\nwinners:\n\nStart: 0,0,0\nF F R B U U R D D F U L L B B R D R U U L L F F R R R \nY\\X  Z0     Z1     Z2\n     ↓→Z    →zZ    ↓←←    \n     ↓Z↓    ↑Zz    ↓→z    \n     →↑Z    ↑←←    →→→    \n     \n\nStart: 0,0,0\nF F U B R R U L L F R D D B B U L U R R D D F F U U U \nY\\X  Z0     Z1     Z2\n     ↓Z↓    Z←z    →→z    \n     ↓↑↓    →→Z    ↓←←    \n     Z↑Z    ↑zZ    →zZ    \n     \n\n     \n```\n\n\nIt also works with any other snake shape and cube size. \n\n## See also\n - https://www.jaapsch.net/puzzles/snakecube.htm","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynox%2Fsnake-cube-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynox%2Fsnake-cube-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynox%2Fsnake-cube-solver/lists"}