{"id":18893140,"url":"https://github.com/rst0git/hangman-game-haskell","last_synced_at":"2025-07-18T16:05:10.597Z","repository":{"id":87741843,"uuid":"88979996","full_name":"rst0git/Hangman-Game-Haskell","owner":"rst0git","description":"Implementation of the game Hangman in Haskell","archived":false,"fork":false,"pushed_at":"2017-04-22T10:49:35.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T16:28:07.755Z","etag":null,"topics":["hangman-game","haskell"],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/rst0git.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}},"created_at":"2017-04-21T12:08:29.000Z","updated_at":"2024-12-16T01:48:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"a287f9c9-699f-420b-a4b7-93c643556a20","html_url":"https://github.com/rst0git/Hangman-Game-Haskell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rst0git/Hangman-Game-Haskell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rst0git%2FHangman-Game-Haskell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rst0git%2FHangman-Game-Haskell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rst0git%2FHangman-Game-Haskell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rst0git%2FHangman-Game-Haskell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rst0git","download_url":"https://codeload.github.com/rst0git/Hangman-Game-Haskell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rst0git%2FHangman-Game-Haskell/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265791561,"owners_count":23829160,"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","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":["hangman-game","haskell"],"created_at":"2024-11-08T08:07:33.205Z","updated_at":"2025-07-18T16:05:10.591Z","avatar_url":"https://github.com/rst0git.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hangman-Game-Haskell\nImplementation of the game Hangman in Haskell.\n\nAt the start of the game, one player secretly enters a word. Another player then tries to deduce the word via series of guesses. For each guess, we indicate which letters in the secret word occur in the guess, and the game ends when the guess is correct.\n\n# Rules\nConsider the following version of hangman:\n\n- One player secretly types in a word.\n\n- The other player tries to deduce the word, by entering a sequence of guesses.\n\n- For each guess, the computer indicates which letters in the secret word occur in the guess.\n\n- The game ends when the guess is correct. We adopt a top down approach to implementing\n\n# Example\n```\n*Main\u003e hangman \nThink of a word: \n------\nTry to guess it:\n? s\ns-----\n? test\nse--et\n? cross\ns-cr--\n? secret\nYou got it!\n```\n# Reference\nThis game is an example which illustrates the basics of IO programming.\n\nThe materials were gathered from the book \"Programming in Haskell\" http://www.cs.nott.ac.uk/~pszgmh/pih.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frst0git%2Fhangman-game-haskell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frst0git%2Fhangman-game-haskell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frst0git%2Fhangman-game-haskell/lists"}