{"id":26086358,"url":"https://github.com/terenceclzhang/sodoku-solver","last_synced_at":"2026-04-22T06:07:29.140Z","repository":{"id":181422683,"uuid":"666747545","full_name":"TerenceCLZhang/Sodoku-Solver","owner":"TerenceCLZhang","description":"A Python program made with Pygame which can solve Sodoku puzzles using the backtracking algorithm.","archived":false,"fork":false,"pushed_at":"2025-02-05T03:24:13.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T06:51:13.472Z","etag":null,"topics":["backtracking-algorithm","pygame","sodoku","sodoku-generator","sodokusolver"],"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/TerenceCLZhang.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":"2023-07-15T12:49:41.000Z","updated_at":"2025-02-05T03:24:16.000Z","dependencies_parsed_at":"2025-03-09T06:50:58.394Z","dependency_job_id":"75e304a1-57f3-4b5f-957e-0431323eeff9","html_url":"https://github.com/TerenceCLZhang/Sodoku-Solver","commit_stats":null,"previous_names":["terenceclzhang/sodoku-solver","tyranties/sodoku-solver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TerenceCLZhang/Sodoku-Solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerenceCLZhang%2FSodoku-Solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerenceCLZhang%2FSodoku-Solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerenceCLZhang%2FSodoku-Solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerenceCLZhang%2FSodoku-Solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TerenceCLZhang","download_url":"https://codeload.github.com/TerenceCLZhang/Sodoku-Solver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerenceCLZhang%2FSodoku-Solver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32123609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"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":["backtracking-algorithm","pygame","sodoku","sodoku-generator","sodokusolver"],"created_at":"2025-03-09T06:50:55.722Z","updated_at":"2026-04-22T06:07:29.122Z","avatar_url":"https://github.com/TerenceCLZhang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sudoku Solver\n\nThis is a Sudoku Solver program implemented using Python and the Pygame library. The program allows you to solve Sudoku puzzles interactively or generate random Sudoku boards to solve.\n\n## Features\n\n- Solve Sudoku puzzles using a backtracking algorithm.\n- Generate random Sudoku boards with varying levels of difficulty.\n- Interactively select cells, set cell values, and clear cell values.\n- Visualize the solving process with a graphical user interface.\n\n## Requirements\n\n- Python 3.x\n- Pygame\n\n## Usage\n\n1. Install the required dependencies:\n```bash\npip install pygame\n```\n\n2. Run the program:\n```bash\npython main.py\n```\n\n3. Use the following controls:\n\n- Spacebar: Solve the Sudoku puzzle using the backtracking algorithm.\n- R: Reset the board to the original puzzle.\n- G: Generate a new random Sudoku board.\n- Number keys (1-9): Set the selected cell to the corresponding value.\n- Backspace: Clear the value of the selected cell.\n- Left-click: Select a cell.\n    - Left-click again to deselect a cell\n\n4. The program will display the Sudoku board and the solving process. Once the puzzle is solved or if there is no solution, a pop-up message will be shown.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterenceclzhang%2Fsodoku-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterenceclzhang%2Fsodoku-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterenceclzhang%2Fsodoku-solver/lists"}