{"id":13529254,"url":"https://github.com/muan/bingo-board","last_synced_at":"2025-07-20T11:32:52.586Z","repository":{"id":66329416,"uuid":"45639522","full_name":"muan/bingo-board","owner":"muan","description":"Play bingo :boom: by sending pull requests!","archived":false,"fork":false,"pushed_at":"2016-04-10T16:17:47.000Z","size":358,"stargazers_count":33,"open_issues_count":0,"forks_count":33,"subscribers_count":2,"default_branch":"gh-pages","last_synced_at":"2025-04-11T14:39:18.481Z","etag":null,"topics":[],"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/muan.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-11-05T21:09:53.000Z","updated_at":"2024-04-28T02:04:19.000Z","dependencies_parsed_at":"2024-01-23T13:12:52.583Z","dependency_job_id":"cddcffd4-485e-4bed-8de2-d451364362ba","html_url":"https://github.com/muan/bingo-board","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muan/bingo-board","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muan%2Fbingo-board","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muan%2Fbingo-board/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muan%2Fbingo-board/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muan%2Fbingo-board/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muan","download_url":"https://codeload.github.com/muan/bingo-board/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muan%2Fbingo-board/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266117648,"owners_count":23879099,"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-08-01T07:00:34.822Z","updated_at":"2025-07-20T11:32:47.572Z","avatar_url":"https://github.com/muan.png","language":"JavaScript","funding_links":[],"categories":["Infomation for people who are new to GitHub"],"sub_categories":[],"readme":"# Pull request bingo game [![Build Status](https://travis-ci.org/muan/bingo-board.svg?branch=gh-pages)](https://travis-ci.org/muan/bingo-board) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)\n\nThis is a game where people use Pull Request to submit numbers for [bingo](https://en.wikipedia.org/wiki/Bingo_(U.S.)). A Gamemaster will merge Pull Requests, and upon merge, the numbered file added to the repository becomes the next number called. \n\n## How it works\n\n### As a Gamemaster\n\n1. Fork the repository\n2. Make on one commit to trigger a pages build (add the first number for example)\n3. Share this URL with all the players: http://your_username.github.io/bingo-board\n4. Decide the range of numbers for a board (1~50 or 1~100)\n5. Every player should go to http://your_username.github.io/bingo-board/board.html to create a bingo board based on the range\n6. You merge Pull Request as they come in, ideally in the order they come in\n  * Verify that the file is a JSON file that lives in `_data/numbers`.\n  * Verify that there is no more than one file.\n\n### As a player\n\n1. Fork the game repository (not this one, but the one from the Gamemaster)\n2. Add an empty JSON file with your preferred number as the file name to your fork in `_data/numbers`, like `47.json`\n3. Submit a Pull Request to the game repository\n4. Wait for your number to be merged by the Gamemaster\n5. Click on a number to mark it as called\n6. Go back to 2!\n\n## Development\n\nThis is a Jekyll site, numbers are from the [data files](http://jekyllrb.com/docs/datafiles/).\n\n### Running the app\n\n```shell\n# Install Jekyll from the github-pages gem\n$ gem install github-pages\n# Serve the website, which will live on localhost:4000 by default\n$ jekyll server -w\n```\n\n### Playing alone\n\n1. Set up your bingo board at `/board.html`\n\n2. Open `/` for numbers\n\n3. Use `fun-script.js` and pass in a maximum number (50 or 100) to generate random numbered files every 5 seconds. For example:\n\n  ```shell\n  $ node fun-script.js 50\n  ```\n\n4. Mark numbers as they are called until bingo\n\n### Restart\n\n1. Delete all the files in `_data/numbers`\n\n2. Clear `localStorage` by doing\n\n  ```javascript\n  localStorage.removeItem('numbers')\n  ```\n\n  in the console\n\n## License\n\nMIT\n\n## Maintainers\n\n[@muan](/muan) \u0026 [@jlord](/jlord)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuan%2Fbingo-board","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuan%2Fbingo-board","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuan%2Fbingo-board/lists"}