{"id":19758690,"url":"https://github.com/aychaall/taquin-puzzle-solver","last_synced_at":"2026-06-14T05:32:00.984Z","repository":{"id":259514875,"uuid":"873212206","full_name":"aychaall/taquin-puzzle-solver","owner":"aychaall","description":"an AI-based application to solve the 15-puzzle (Taquin) game efficiently using DFS and BFS algorithms","archived":false,"fork":false,"pushed_at":"2024-10-24T19:01:12.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T09:24:31.372Z","etag":null,"topics":["ai","bfs-algorithm","dfs-algorithm","search","taquin"],"latest_commit_sha":null,"homepage":"","language":"Python","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/aychaall.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":"2024-10-15T19:32:30.000Z","updated_at":"2024-11-23T14:40:05.000Z","dependencies_parsed_at":"2024-10-26T05:46:22.404Z","dependency_job_id":"9cd195a1-378e-44e2-b637-7aa0727637f7","html_url":"https://github.com/aychaall/taquin-puzzle-solver","commit_stats":null,"previous_names":["aychaall/taquin-puzzle-solver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aychaall/taquin-puzzle-solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aychaall%2Ftaquin-puzzle-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aychaall%2Ftaquin-puzzle-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aychaall%2Ftaquin-puzzle-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aychaall%2Ftaquin-puzzle-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aychaall","download_url":"https://codeload.github.com/aychaall/taquin-puzzle-solver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aychaall%2Ftaquin-puzzle-solver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34310801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":["ai","bfs-algorithm","dfs-algorithm","search","taquin"],"created_at":"2024-11-12T03:25:41.590Z","updated_at":"2026-06-14T05:32:00.967Z","avatar_url":"https://github.com/aychaall.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sliding Puzzle (Taquin Puzzle)\n\nThis project is an implementation of a classic 3x3 sliding puzzle (also known as the \"Taquin\" or \"15 Puzzle\"). The puzzle is solved using depth-first search (DFS) and breadth-first search (BFS) algorithms. Users can interact with the puzzle via a GUI built using `Tkinter`, where they can shuffle the puzzle, manually solve it, or allow the program to solve it using one of the algorithms.\n\n## Features\n- Shuffle the puzzle to generate random configurations.\n- Solve the puzzle using DFS or BFS algorithms.\n- Real-time puzzle solving animations for both algorithms.\n- Reset button to restore the puzzle to its initial state.\n- A user-friendly graphical interface.\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed:\n- Python 3.x\n- `Pillow` (Python Imaging Library Fork)\n  - Install via `pip install pillow`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faychaall%2Ftaquin-puzzle-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faychaall%2Ftaquin-puzzle-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faychaall%2Ftaquin-puzzle-solver/lists"}