{"id":43104968,"url":"https://github.com/fpclass/mastermind","last_synced_at":"2026-01-31T17:52:29.717Z","repository":{"id":40770964,"uuid":"160395054","full_name":"fpclass/mastermind","owner":"fpclass","description":"Skeleton code for the Mastermind project","archived":false,"fork":false,"pushed_at":"2024-04-21T09:01:05.000Z","size":90,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-21T10:27:26.798Z","etag":null,"topics":["exercise","haskell","haskell-learning","teaching-materials"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fpclass.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2018-12-04T17:32:30.000Z","updated_at":"2024-04-21T09:01:05.000Z","dependencies_parsed_at":"2024-01-01T17:27:38.617Z","dependency_job_id":"25391d32-7f47-4e95-8aac-5ad224f60365","html_url":"https://github.com/fpclass/mastermind","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/fpclass/mastermind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpclass%2Fmastermind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpclass%2Fmastermind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpclass%2Fmastermind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpclass%2Fmastermind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpclass","download_url":"https://codeload.github.com/fpclass/mastermind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpclass%2Fmastermind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28948810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["exercise","haskell","haskell-learning","teaching-materials"],"created_at":"2026-01-31T17:52:28.275Z","updated_at":"2026-01-31T17:52:29.710Z","avatar_url":"https://github.com/fpclass.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mastermind\n\nThis repository contains the skeleton code for the \"Mastermind\" project, which comprises:\n\n- Function stubs for all of the functions that need to be implemented as part of the project. The Mastermind program can be run with `stack run`. In order to complete the project, only `src/Game.hs` needs to be modified.\n- A test suite for the project, which can be run with `stack test`. The source code for the test suite can be found in `test/Spec.hs`.\n- A benchmark which can be run with `stack bench`. The source for the benchmarks can be found in `bench/Main.hs`.\n\n## Notes on tests\n\nThe test suite comprises a combination of unit tests and property-based tests. Unit tests will always perform exactly the same test and test outcomes for them are deterministic. Property-based tests use randomised inputs and, therefore, test outcomes may be non-deterministic. The names of all property-based tests are pre-fixed with `prop_`, which will be shown in the test suite's standard output in the case of a failure. If successful, the test runner will report how many inputs were tried. Some tests may be skipped if the tests for functions they depend on do not yet pass.\n\n## Notes on benchmarks\n\nRunning the benchmarks will output results to the standard output in textual form, as well as in visual form to `mastermind.html` which can be opened in your choice of web browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpclass%2Fmastermind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpclass%2Fmastermind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpclass%2Fmastermind/lists"}