{"id":23867214,"url":"https://github.com/panda4817/mastermind-solver","last_synced_at":"2026-04-21T03:31:58.599Z","repository":{"id":121705383,"uuid":"341880541","full_name":"Panda4817/Mastermind-solver","owner":"Panda4817","description":"Using model checking and inference to determine all 10 pairs from the Are You The One show, which is a game of Mastermind.","archived":false,"fork":false,"pushed_at":"2021-02-24T16:14:04.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-13T03:02:56.933Z","etag":null,"topics":["inference","model-checking","python3"],"latest_commit_sha":null,"homepage":"","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/Panda4817.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-02-24T11:38:42.000Z","updated_at":"2022-03-06T23:51:14.000Z","dependencies_parsed_at":"2025-11-13T03:02:11.986Z","dependency_job_id":null,"html_url":"https://github.com/Panda4817/Mastermind-solver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Panda4817/Mastermind-solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panda4817%2FMastermind-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panda4817%2FMastermind-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panda4817%2FMastermind-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panda4817%2FMastermind-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Panda4817","download_url":"https://codeload.github.com/Panda4817/Mastermind-solver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panda4817%2FMastermind-solver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32075225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["inference","model-checking","python3"],"created_at":"2025-01-03T10:16:53.802Z","updated_at":"2026-04-21T03:31:58.594Z","avatar_url":"https://github.com/Panda4817.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mastermind solver for Are You The One Show\n\nI wanted to see if I could write a program that will find all 10 matches before the end of the show as the show is basically a game of mastermind i.e. the colours could be the males and the positions/numbers could be the females.\n\nI tried model checking algorithm but due to a large number of variables that was too slow. With half the pairings the model checking does work well. So I used inference instead, using each episode's data to eliminate possible pairings.\n\n## Requirements\n\n- Python 3\n- Name data in a text file\n- Input data from episodes\n\n## Attribute\n\nThank you to CS50 AI course for the implementation of the model checking functions in logic.py.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanda4817%2Fmastermind-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanda4817%2Fmastermind-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanda4817%2Fmastermind-solver/lists"}