{"id":15601288,"url":"https://github.com/kevindasilvas/guess_who","last_synced_at":"2026-05-09T04:33:37.994Z","repository":{"id":56539815,"uuid":"308971827","full_name":"KevinDaSilvaS/guess_who","owner":"KevinDaSilvaS","description":"Guess Who game created using node js, express, and socket.io","archived":false,"fork":false,"pushed_at":"2020-11-03T17:41:58.000Z","size":688,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T12:28:06.632Z","etag":null,"topics":["docker","guess-game","guessing-game","heroku","node","nodejs","socket-io"],"latest_commit_sha":null,"homepage":"https://guess-kevin.herokuapp.com/","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/KevinDaSilvaS.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}},"created_at":"2020-10-31T21:05:34.000Z","updated_at":"2023-11-25T16:45:52.000Z","dependencies_parsed_at":"2022-08-15T20:31:50.100Z","dependency_job_id":null,"html_url":"https://github.com/KevinDaSilvaS/guess_who","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KevinDaSilvaS/guess_who","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinDaSilvaS%2Fguess_who","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinDaSilvaS%2Fguess_who/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinDaSilvaS%2Fguess_who/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinDaSilvaS%2Fguess_who/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevinDaSilvaS","download_url":"https://codeload.github.com/KevinDaSilvaS/guess_who/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinDaSilvaS%2Fguess_who/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["docker","guess-game","guessing-game","heroku","node","nodejs","socket-io"],"created_at":"2024-10-03T02:20:41.238Z","updated_at":"2026-05-09T04:33:37.976Z","avatar_url":"https://github.com/KevinDaSilvaS.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# guess_who\nGuess Who game created using node js, express, and socket.io\n\n\u003ch3\u003eProject site\u003c/h3\u003e\n[Link](https://guess-kevin.herokuapp.com/)\n\n![alt text](https://github.com/KevinDaSilvaS/guess_who/blob/master/src/static/img/guess-kevin.herokuapp.com_.png \"Demo image\")\n\n\u003ch1\u003eHOW TO PLAY\u003c/h1\u003e\n\n\u003ch3\u003eWhen two players are connected\u003c/h3\u003e\n\u003cp\u003eThe game starts and you dont know who you are but the other players knows and you know who the other player is so you will have to ask questions in the chat like \"Is my hair long?\" and the other player should answer yes or no and based on the answer you should click on the cards that dont match and discard them or you can click at the guess button and try to guess who you are\u003c/p\u003e\n\n\u003ch3\u003e3 guesses\u003c/h3\u003e\n\u003cp\u003eYou have three chances to guess who you are and win the game if you guess it wrong 3 times you lost and a new game starts\u003c/p\u003e\n\n\u003ch3\u003eHow do i know how many guesses i have?\u003c/h3\u003e\n\u003cp\u003eOn the top right side of the page you will see how many guesses you still have\u003c/p\u003e\n\n\u003ch3\u003eHow do i know if i guessed right\u003c/h3\u003e\n\u003cp\u003eIf you guessed right or if the other player disconnects you will see the green message if you guess the right character you will see in the message your player id\u003c/p\u003e\n\u003cp\u003eIf you guessed wrong or if the other player guessed it wrong you will see the yellow message with the player id that guessed wrong\u003c/p\u003e\n\u003cp\u003eIf your guessed wrong three times or if the other player did it wrong you will see the red message with the player id that lost the game\u003c/p\u003e\n\n\u003ch3\u003eHow do i know my player id?\u003c/h3\u003e\n\u003cp\u003eYou have three chances to guess who you are and win the game if you guess it wrong 3 times you lost and a new game starts\u003c/p\u003e\n\n\u003ch3\u003eMore about the game\u003c/h3\u003e\n[Game match](https://www.youtube.com/watch?v=iXXH8l0lCuM)\n\n\u003ch3\u003eHow to run the project\u003c/h3\u003e\n```\n\"docker-compose up\"\n```\n\n\u003ch3\u003eBigheads project\u003c/h3\u003e\n[Link](https://github.com/RobertBroersma/bigheads)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevindasilvas%2Fguess_who","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevindasilvas%2Fguess_who","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevindasilvas%2Fguess_who/lists"}