{"id":21047464,"url":"https://github.com/darkprinx/8-puzzle-solver","last_synced_at":"2025-08-26T03:21:04.672Z","repository":{"id":117716214,"uuid":"89631902","full_name":"darkprinx/8-Puzzle-Solver","owner":"darkprinx","description":"A program that solves a given 8 puzzle efficiently and shows related results of the solution","archived":false,"fork":false,"pushed_at":"2017-04-28T10:01:36.000Z","size":3575,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T22:29:32.052Z","etag":null,"topics":["artificial-intelligence","astar","heuristics","puzzle-solver"],"latest_commit_sha":null,"homepage":null,"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/darkprinx.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":"2017-04-27T19:14:01.000Z","updated_at":"2019-02-22T11:19:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"afb8aa93-0e93-4075-b5f4-1c0efe1cd175","html_url":"https://github.com/darkprinx/8-Puzzle-Solver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/darkprinx/8-Puzzle-Solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkprinx%2F8-Puzzle-Solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkprinx%2F8-Puzzle-Solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkprinx%2F8-Puzzle-Solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkprinx%2F8-Puzzle-Solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkprinx","download_url":"https://codeload.github.com/darkprinx/8-Puzzle-Solver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkprinx%2F8-Puzzle-Solver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272165221,"owners_count":24884667,"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-08-26T02:00:07.904Z","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":["artificial-intelligence","astar","heuristics","puzzle-solver"],"created_at":"2024-11-19T14:37:13.405Z","updated_at":"2025-08-26T03:21:04.657Z","avatar_url":"https://github.com/darkprinx.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 8-Puzzle-Solver\nThe program solves a user given 8 puzzle efficiently and shows related results of the solution.\n\n## Overview\nAt the beginning of the program it will ask to give a puzzle input that needs to be solved. For example if the required puzzle is \n\n`````\n5 2 3\n  1 8\n6 4 7\n`````\nthen the user input will be like \n\n`````````````````\n5 2 3 0 1 8 6 4 7 // here zero represents an empty grid\n`````````````````\nMake sure to take the inputs between 0 to 8. Any types of invalid input will result to ignore the process and ask to give valid input again.\n\n## Features\n\n* Avoids invalid input\n* Checks solvability of the puzzle\n* Shows minimum steps to solve\n* Shows simulation procedure of full solution\n* Shows all move direction steps  \n* Shows total required time of the solution\n* Shows total steps moved during solution\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkprinx%2F8-puzzle-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkprinx%2F8-puzzle-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkprinx%2F8-puzzle-solver/lists"}