{"id":15562265,"url":"https://github.com/eufelipemateus/game-bingo","last_synced_at":"2025-04-23T23:07:04.417Z","repository":{"id":38444451,"uuid":"98500073","full_name":"eufelipemateus/game-bingo","owner":"eufelipemateus","description":"Bingo é jogo multiplayer no qual vence quem tive todos números sorteados.","archived":false,"fork":false,"pushed_at":"2024-11-03T06:14:22.000Z","size":1052,"stargazers_count":13,"open_issues_count":4,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T23:06:51.566Z","etag":null,"topics":["bingo","cassino","css","express","game","html","html5","jogo","jogodeazar","lottery","nodejs","websocket"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eufelipemateus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-07-27T06:11:27.000Z","updated_at":"2025-03-05T23:18:08.000Z","dependencies_parsed_at":"2025-03-06T19:31:14.264Z","dependency_job_id":"1a405c6a-c4c9-48d1-aed8-4cffb678ef0e","html_url":"https://github.com/eufelipemateus/game-bingo","commit_stats":{"total_commits":59,"total_committers":5,"mean_commits":11.8,"dds":0.6271186440677966,"last_synced_commit":"e693f860e4be3fb4064721e0f775ce053238863d"},"previous_names":["eufelipemateus/nodebingo"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eufelipemateus%2Fgame-bingo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eufelipemateus%2Fgame-bingo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eufelipemateus%2Fgame-bingo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eufelipemateus%2Fgame-bingo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eufelipemateus","download_url":"https://codeload.github.com/eufelipemateus/game-bingo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250528731,"owners_count":21445516,"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":["bingo","cassino","css","express","game","html","html5","jogo","jogodeazar","lottery","nodejs","websocket"],"created_at":"2024-10-02T16:12:47.574Z","updated_at":"2025-04-23T23:07:04.396Z","avatar_url":"https://github.com/eufelipemateus.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# game-bingo\n\n[![Known Vulnerabilities](https://snyk.io/test/npm/game-bingo/badge.svg)](https://snyk.io/test/npm/game-bingo) \n[![domino-game](https://snyk.io/advisor/npm-package/game-bingo/badge.svg)](https://snyk.io/advisor/npm-package/game-bingo) \n[![GitHub version](https://badge.fury.io/gh/eufelipemateus%2Fgame-bingo.svg)](https://badge.fury.io/gh/eufelipemateus%2Fgame-bingo) \n[![Rate this package](https://badges.openbase.com/js/rating/game-bingo.svg?style=openbase\u0026token=7VATsC/620YVh+T3aOOG0VBGX5N4vDTrMr/ks05vO4o=)](https://openbase.com/js/game-bingo?utm_source=embedded\u0026amp;utm_medium=badge\u0026amp;utm_campaign=rate-badge)\n\nNodeBingo é jogo multiplayer no qual vence quem tiver todos os numeros sorteados primeiro.\n\n[![Screenshot Felipe Mateus Bingo Game](https://felipemateus.com/wp-content/uploads/2019/09/2019-09-18.png \"screenshot\")](https://felipemateus.com/wp-content/uploads/2019/09/2019-09-18.png \"screenshot\")\n\n## Installing\n\nPara instalar digite o codigo abaixo\n\n```\nnpm i  @eufelipemateus/game-bingo\n```\n\n## Building\n\n```bash\nnpm run build \n```\n\n\n## Running\n\n```\nnpm start\n```\n\n### How game works\n\nThe server draws in a certain time several numbers of a range each user can dial the numbers as the server races, the user is only declared winner if they complete with all the numbers drawn if the user presses the bingo button in a different declared situation loser.\n\n\n### Diagram\n                    \n```seq\nNote right of Client: Client open connection\n\nClient-\u003eServer: Send \"NEW CONNECTION\"\nServer--\u003eClient: Send \"NEW NUMBER POINTS\"\nServer--\u003eClient: Send \"NUMBERS DRAW\"\nServer--\u003eClient: Send \"NEW CARD\"\n\nNote right of Server:  Server draw a number\nServer-\u003eClient: Send \"DRAW NUMBER\"\n\nNote right of Server:  Stastistic info\nServer-\u003eClient: Send \"INFO\"\n\nNote right of Client:  Select number\nServer-\u003eClient: Send \"select number\"\n\nNote right of Client: Button Bingo\nClient-\u003eServer: Send \"button bingo\"\nServer--\u003eClient:Send  \"YOU LOST\"\nNote right of Client: The server send \"you lost\" or \"you win\"\nServer--\u003eClient:Send  \"YOU WIN\"\n```\n\n[Veja mais sobre o Bingo](https://felipemateus.com/blog/2021/05/bingo).\n\n\n## Author\n\n* **[Felipe Mateus](https://eufelipemateus.com)** - [eufelipemateus](https://github.com/eufelipemateus)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feufelipemateus%2Fgame-bingo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feufelipemateus%2Fgame-bingo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feufelipemateus%2Fgame-bingo/lists"}