{"id":20200415,"url":"https://github.com/nickjer/burn_unit","last_synced_at":"2026-05-05T16:35:06.506Z","repository":{"id":70912247,"uuid":"579386839","full_name":"nickjer/burn_unit","owner":"nickjer","description":"Burn Unit (re-imagining of the Who's Most Likely To... game)","archived":false,"fork":false,"pushed_at":"2023-06-10T15:34:27.000Z","size":115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T20:14:32.324Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bu.nicklas.cloud","language":"Ruby","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/nickjer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-12-17T14:24:00.000Z","updated_at":"2023-01-01T15:18:41.000Z","dependencies_parsed_at":"2024-11-14T04:44:22.078Z","dependency_job_id":"530e8b41-6802-4273-8543-ae5ef5f280c8","html_url":"https://github.com/nickjer/burn_unit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Fburn_unit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Fburn_unit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Fburn_unit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Fburn_unit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickjer","download_url":"https://codeload.github.com/nickjer/burn_unit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241637151,"owners_count":19994925,"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-11-14T04:43:35.928Z","updated_at":"2026-05-05T16:35:06.455Z","avatar_url":"https://github.com/nickjer.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Burn Unit\n\nThis is a work in progress... There is leftover code everywhere with no tests.\n\n## Demo\n\nYou can play with it at: https://bu.nicklas.cloud/\n\n## How does it work\n\nThis is meant to only facilitate actual in-person game play. Someone starts off\nas a judge for the rounds and enters a question. Each player that joins votes\nfor the most (or least) likely candidate. After the votes are tallied the\nperson with the most votes accumulates their votes as their score.\n\nThis game does not keep track of each individual players' score. The player\nwith the highest score whenever you choose to end the game is considered to\nhave lost. In the case of a tie during a round then the judge should probably\ndecide who wins that round (but this is up to the players and not part of the\nonline game).\n\n## Why\n\nMy family enjoys party games but we find writing answers down on paper and\npassing them around to be cumbersome. This makes playing the game easier.\n\n## How to setup\n\nRequirements:\n\n- [Docker](https://docs.docker.com/get-docker)\n- [Docker Compose](https://docs.docker.com/compose/install)\n\nFirst you will want to build the image:\n\n```console\n$ docker-compose build burn_unit\n```\n\nThen you will want to generate a new credentials file and master key:\n\n```console\n$ rm config/credentials.yml.enc\n$ docker-compose run --rm burn_unit bin/rails credentials:edit\n```\n\nOnce you have this set up you will want to create the database:\n\n```console\n$ docker-compose run --rm burn_unit bin/rails db:setup\n```\n\nFinally you will launch all of the services into the background:\n\n```console\n$ docker-compose up\n```\n\nThen navigate to http://localhost:3000.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickjer%2Fburn_unit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickjer%2Fburn_unit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickjer%2Fburn_unit/lists"}