{"id":16274991,"url":"https://github.com/sv443/node-hangman","last_synced_at":"2026-05-18T02:01:50.012Z","repository":{"id":48403293,"uuid":"239517162","full_name":"Sv443/Node-Hangman","owner":"Sv443","description":"A game of hangman you can play directly in the CLI. Has English and German words and multiple difficulties.","archived":false,"fork":false,"pushed_at":"2021-07-27T22:01:14.000Z","size":12637,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-10T02:13:13.959Z","etag":null,"topics":["cli","command-line","game","hangman","hangman-cli","hangman-game","highscores","javascript","js","node","node-js"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Sv443.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"Sv443","open_collective":"sv443","ko_fi":"Sv443_","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["paypal.me/SvenFehler"]}},"created_at":"2020-02-10T13:22:31.000Z","updated_at":"2024-06-26T03:40:35.000Z","dependencies_parsed_at":"2022-09-19T02:32:14.656Z","dependency_job_id":null,"html_url":"https://github.com/Sv443/Node-Hangman","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Sv443/Node-Hangman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sv443%2FNode-Hangman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sv443%2FNode-Hangman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sv443%2FNode-Hangman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sv443%2FNode-Hangman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sv443","download_url":"https://codeload.github.com/Sv443/Node-Hangman/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sv443%2FNode-Hangman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"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":["cli","command-line","game","hangman","hangman-cli","hangman-game","highscores","javascript","js","node","node-js"],"created_at":"2024-10-10T18:31:23.823Z","updated_at":"2026-05-18T02:01:49.966Z","avatar_url":"https://github.com/Sv443.png","language":"JavaScript","funding_links":["https://patreon.com/Sv443","https://opencollective.com/sv443","https://ko-fi.com/Sv443_","paypal.me/SvenFehler","https://patreon.com/Sv443_","https://paypal.me/SvenFehler"],"categories":[],"sub_categories":[],"readme":"# Node-Hangman\n[![License](https://img.shields.io/github/license/Sv443/Node-Hangman)](https://sv443.net/LICENSE)\n[![Build Status](https://github.com/Sv443/Node-Hangman/workflows/build/badge.svg)](https://github.com/Sv443/Node-Hangman/actions)\n[![Known Vulnerabilities](https://snyk.io/test/github/Sv443/Node-Hangman/badge.svg)](https://snyk.io/test/github/Sv443/Node-Hangman)\n[![Discord](https://img.shields.io/discord/565933531214118942)](https://sv443.net/discord)  \n\nA simple game of hangman you can play directly in the Command Line Interface.  \nFeatures three difficulties (easy, medium and hard), an easy to use interface and a highscore tracker.  \nLanguages: 🇬🇧 English, 🇩🇪 German\n\n\u003cbr\u003e\n\n## You can download the latest release here: [![here](https://img.shields.io/github/v/release/Sv443/Node-Hangman.svg)](https://github.com/Sv443/Node-Hangman/releases)\n\n\u003cbr\u003e\n\nTo delete all highscores, turn on [\"show hidden files and folders\"](https://www.howtogeek.com/howto/windows-vista/show-hidden-files-and-folders-in-windows-vista/) in Windows Explorer and delete the `.scores.dat` file.\n\n\u003cbr\u003e\u003cbr\u003e\n\n## Build instructions:\nTo build Node-Hangman from source, follow these steps:\n1. Make sure at least a semi-recent version of [Node.js](https://nodejs.org/) (I recommend v12 or higher) is installed on your system\n2. Run the command `npm i` to install all the dependencies\n3. Build the executable file by running the command `npm run build`\n\u003c!--3. Install the npm package [`pkg`](https://npmjs.com/package/pkg) with the command `npm i -g pkg`--\u003e\n\n(If `pkg` couldn't be found, use `npm i -g pkg` to install it)\n\n\u003cbr\u003e\n\n## Dependencies:\n- [svjsl](https://npmjs.com/package/svjsl)\n- [hidefile](https://npmjs.com/package/hidefile)\n- [node-machine-id](https://npmjs.com/package/node-machine-id)\n- [pkg](https://npmjs.com/package/pkg)\n- [eslint](https://npmjs.com/package/eslint)\n\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cdiv align=\"center\" style=\"text-align:center\"\u003e\n\n\nMade with ❤️ by [Sv443](https://github.com/Sv443)  \nSupport me on [Patreon](https://patreon.com/Sv443_), [Ko-fi](https://ko-fi.com/Sv443_) or [PayPal](https://paypal.me/SvenFehler)\n\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsv443%2Fnode-hangman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsv443%2Fnode-hangman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsv443%2Fnode-hangman/lists"}