{"id":20520505,"url":"https://github.com/dynamicsingh/node-guess-the-word-game","last_synced_at":"2026-03-19T16:13:41.140Z","repository":{"id":124981054,"uuid":"80960082","full_name":"dynamicsingh/node-guess-the-word-game","owner":"dynamicsingh","description":"Guess the word game developed using NodeJS.","archived":false,"fork":false,"pushed_at":"2017-02-05T06:34:28.000Z","size":1251,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-06T00:23:03.576Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/dynamicsingh.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-02-05T01:13:24.000Z","updated_at":"2023-03-09T04:08:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"e654bfbc-f415-416b-bfce-dc3be06ea067","html_url":"https://github.com/dynamicsingh/node-guess-the-word-game","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dynamicsingh/node-guess-the-word-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamicsingh%2Fnode-guess-the-word-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamicsingh%2Fnode-guess-the-word-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamicsingh%2Fnode-guess-the-word-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamicsingh%2Fnode-guess-the-word-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dynamicsingh","download_url":"https://codeload.github.com/dynamicsingh/node-guess-the-word-game/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamicsingh%2Fnode-guess-the-word-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30291852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"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":[],"created_at":"2024-11-15T22:20:10.364Z","updated_at":"2026-03-09T11:04:27.238Z","avatar_url":"https://github.com/dynamicsingh.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-guess-the-word-game\n\nI took almost every english word (around 200k words) and built a game using NodeJS.\n\n##How to Use\n\n###The underscore\n\nThis character is great for games like What's the Phrase (a knock off\nof Wheel of Fortune)\n\nType a word into the text box with the following pattern:\n\n    st___\n\nand you'll get a word from words collection matching with our pattern.\nFew words which match our pattern:\n    stack\n    stade\n    staff\n    stage\n    stagy\n    start\n\nbut you will get only one word out of it and you have to guess it first before hitting enter key:\nFor instance, you may get:\n\n    start\n\nIf you guessed it at the first place. You WIN !.\nYou can play it with with your friends to increase vocab knowledge.\n\n##Instructions for running\n\nGo to http://nodejs.org and install NodeJS\n\nClone this repo\n\nAnd `cd` into the directory (all instructions below assume you are in\nthe `wonder-the-word-game` directory:\n\n    cd wonder-the-word-game\n\n##Run Locally\n\nInstall all the dependencies:\n\n    npm install (you may need to prefix this with sudo if you're on Mac)\n\nRun the app:\n\n    node server.js\n\nConsider using the package `nodemon`, it reduces the pain of server restart.\n\n    npm install nodemon -g\n    nodemon server.js\n\nThen open `http://localhost:3000` in your browser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamicsingh%2Fnode-guess-the-word-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynamicsingh%2Fnode-guess-the-word-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamicsingh%2Fnode-guess-the-word-game/lists"}