{"id":15474737,"url":"https://github.com/libbyschuknight/ruby-hangman","last_synced_at":"2026-07-06T02:31:21.919Z","repository":{"id":79379591,"uuid":"106232787","full_name":"libbyschuknight/ruby-hangman","owner":"libbyschuknight","description":"my attempt at a console ruby hangman","archived":false,"fork":false,"pushed_at":"2017-10-25T01:33:52.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-19T02:14:34.258Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/libbyschuknight.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":"2017-10-09T03:30:11.000Z","updated_at":"2017-10-09T03:30:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"ffb26b59-d8eb-4531-8979-5390d89d3144","html_url":"https://github.com/libbyschuknight/ruby-hangman","commit_stats":{"total_commits":68,"total_committers":1,"mean_commits":68.0,"dds":0.0,"last_synced_commit":"0c48aadfbcd391a9e0e629a37fa2e88894fecabd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libbyschuknight%2Fruby-hangman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libbyschuknight%2Fruby-hangman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libbyschuknight%2Fruby-hangman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libbyschuknight%2Fruby-hangman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libbyschuknight","download_url":"https://codeload.github.com/libbyschuknight/ruby-hangman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240768393,"owners_count":19854451,"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":[],"created_at":"2024-10-02T03:03:51.199Z","updated_at":"2025-10-26T14:36:10.228Z","avatar_url":"https://github.com/libbyschuknight.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Some requirements for Ruby hangman\n\n- Write a hangman game (try writing some components test-first with RSpec)\n- Apply OO principles from POODR etc.\n- Group code reviews\n\n\nUser stories:\n- As a hangman player, I would like to be able to start a new game of hangman\n- As a hangman player, I would like to see some indication of how many letters there are in the word that I am supposed to guess\n- As a hangman player, I want to submit one letter guesses and be told whether my guess is either in the word, not in the word, or already guessed\n- As a hangman player, I want the game to handle bad input (like numbers, symbols, and letters I've previously guessed) gracefully and with an appropriate error message so that I am not punished unduly for mistakes\n- As a hangman player, I want to see the letters I've guessed correctly revealed on the hidden word that I am trying to guess so that I can guess the word more readily\n- As a hangman player, I want to see the letters I've guessed incorrectly so that I don't guess the same wrong letter again\n- As a hangman player, I would like to see how many lives are remaining\n- As a hangman player, I must have 1 life deducted every time I make an incorrect guess of a letter that I have not already guessed\n- As a hangman player, I want the game to end when I have run out of lives\n- As a hangman player, I want the game to end when I have guessed the full word\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibbyschuknight%2Fruby-hangman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibbyschuknight%2Fruby-hangman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibbyschuknight%2Fruby-hangman/lists"}