{"id":18333108,"url":"https://github.com/xiaokang2022/intelligent-magic-cube","last_synced_at":"2025-04-06T03:34:07.789Z","repository":{"id":231372856,"uuid":"781622772","full_name":"Xiaokang2022/Intelligent-Magic-Cube","owner":"Xiaokang2022","description":"A variety of intelligent search algorithms visually restore the 3D Magic Cube","archived":false,"fork":false,"pushed_at":"2024-04-24T15:42:21.000Z","size":845,"stargazers_count":82,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T16:58:22.859Z","etag":null,"topics":["3d","python","tkinter","tkintertools"],"latest_commit_sha":null,"homepage":"https://xiaokang2022.blog.csdn.net/article/details/136768000","language":"Python","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/Xiaokang2022.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-04-03T18:23:38.000Z","updated_at":"2025-03-15T23:45:56.000Z","dependencies_parsed_at":"2024-11-05T19:53:26.657Z","dependency_job_id":"56c4bb2f-6402-4ef1-a0a7-edd988717bc5","html_url":"https://github.com/Xiaokang2022/Intelligent-Magic-Cube","commit_stats":null,"previous_names":["xiaokang2022/intelligent-magic-cube"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xiaokang2022%2FIntelligent-Magic-Cube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xiaokang2022%2FIntelligent-Magic-Cube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xiaokang2022%2FIntelligent-Magic-Cube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xiaokang2022%2FIntelligent-Magic-Cube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xiaokang2022","download_url":"https://codeload.github.com/Xiaokang2022/Intelligent-Magic-Cube/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430838,"owners_count":20937873,"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":["3d","python","tkinter","tkintertools"],"created_at":"2024-11-05T19:41:21.127Z","updated_at":"2025-04-06T03:34:02.756Z","avatar_url":"https://github.com/Xiaokang2022.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intelligent Magic Cube 🚀\n\nA variety of intelligent search algorithms visually restore the 3D Magic Cube.\n\n![](./preview.png)\n\n\u003e [!NOTE]  \n\u003e This program is implemented by `tkinter` in combination with the third-party library [`tkintertools`](https://github.com/Xiaokang2022/tkintertools). `tkintertools` is a third-party library developed by me, I hope you will support me a lot!\n\n## Star History\n\n\u003ca href=\"https://star-history.com/#Xiaokang2022/Intelligent-Magic-Cube\u0026Date\"\u003e\n \u003cpicture\u003e\n   \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=Xiaokang2022/Intelligent-Magic-Cube\u0026type=Date\u0026theme=dark\" /\u003e\n   \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=Xiaokang2022/Intelligent-Magic-Cube\u0026type=Date\" /\u003e\n   \u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=Xiaokang2022/Intelligent-Magic-Cube\u0026type=Date\" /\u003e\n \u003c/picture\u003e\n\u003c/a\u003e\n\n## How to use\n\n### Before use\n\n\u003e [!IMPORTANT]  \n\u003e Make sure your Python version is **3.12** or greater.\n\n### Install dependency\n\nInstall the third-party library tkintertools:\n\n```sh\npip install tkintertools==2.6.21.1\n```\n\nor\n\n```sh\npip install -r requirements.txt\n```\n\n### One last step\n\nRun the `main.py`, and then, have fun! 😁\n\n## Brief introduction\n\n### List of algorithms\n\n|      BFS      |     DFS     |     UCS      |    A/A*    |      HC       |             REV             |\n| :-----------: | :---------: | :----------: | :--------: | :-----------: | :-------------------------: |\n| Breadth First | Depth First | Uniform Cost | A / A Star | Hill Climbing | Not Algo, reverse operation |\n\n### Evaluation functions\n\n|   CBSV    |  ECLD  |    MHT    |   HM    |   MKVSK   |            h*             |\n| :-------: | :----: | :-------: | :-----: | :-------: | :-----------------------: |\n| Chebyshev | Euclid | Manhattan | Hamming | Minkowski | Ideal evaluation function |\n\n### Customized actions\n\n|   L   |   R   |   U   |   D   |   F   |   B   |\n| :---: | :---: | :---: | :---: | :---: | :---: |\n| Left  | Right |  Up   | Down  | Front | Back  |\n\n### Some operations\n\n* Hold down the left mouse button and drag to rotate the Rubik's Cube;\n* Hold down the right mouse button and drag to move the Rubik's Cube;\n* Scroll the mouse wheel to zoom in and out of the Rubik's Cube;\n\n\u003e [!WARNING]  \n\u003e Some of the pictures and other resources involved in the project come from the Internet and are not used for commercial purposes.  \n\u003e Please contact me for infringement: 2951256653@qq.com\n\n---\n\nFor illustrated tutorials, see: https://xiaokang2022.blog.csdn.net/article/details/136768000  \nFor an introductory video, see: https://www.bilibili.com/video/BV1Gt421j7Sx/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaokang2022%2Fintelligent-magic-cube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiaokang2022%2Fintelligent-magic-cube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaokang2022%2Fintelligent-magic-cube/lists"}