{"id":29341565,"url":"https://github.com/gregwar/movethebox-solver","last_synced_at":"2025-10-14T13:03:08.843Z","repository":{"id":2939661,"uuid":"3951846","full_name":"Gregwar/MoveTheBox-solver","owner":"Gregwar","description":"A simple solver for the MoveTheBox puzzle game","archived":false,"fork":false,"pushed_at":"2012-04-15T09:49:34.000Z","size":112,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-09T08:03:52.716Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","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/Gregwar.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}},"created_at":"2012-04-06T17:27:19.000Z","updated_at":"2014-05-07T02:47:41.000Z","dependencies_parsed_at":"2022-09-04T12:50:48.431Z","dependency_job_id":null,"html_url":"https://github.com/Gregwar/MoveTheBox-solver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gregwar/MoveTheBox-solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gregwar%2FMoveTheBox-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gregwar%2FMoveTheBox-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gregwar%2FMoveTheBox-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gregwar%2FMoveTheBox-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gregwar","download_url":"https://codeload.github.com/Gregwar/MoveTheBox-solver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gregwar%2FMoveTheBox-solver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018556,"owners_count":26086583,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-07-08T09:43:32.742Z","updated_at":"2025-10-14T13:03:08.838Z","avatar_url":"https://github.com/Gregwar.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Move The Box game solver\n========================\n\nThis is a simple C program that can helps you in solving Move The Box\ngame boards.\n\nInstallation\n------------\n\nDownload the source and simply type :\n\n```\nmake\n```\n\nTo compile the program `box`\n\nUsage\n-----\n\nFirst, you have to write a map, to do this, simply edit a file in which\nyou should place spaces for blank and letters for boxes. The used symbol\nto represent the box are not important, the only thing that matters is \nthat each box has a different letter. Note that a map is a 7 columns and\n10 rows matrix. For instance, this is the Level 4:\n\n```\n\n\n\n\n\n\n\n\n  YXY\n  XYX\n```\n\nThen, run the box executable and pass it the map file and the number of \ntries as second argument:\n\n```\nMap loaded:\n       \n       \n       \n       \n       \n       \n       \n       \n  YXY  \n  XYX  \nSuccess !\n1) Switching col=4, line=9 with col=4, line=10\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregwar%2Fmovethebox-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregwar%2Fmovethebox-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregwar%2Fmovethebox-solver/lists"}