{"id":20200383,"url":"https://github.com/nickjer/loaded_questions","last_synced_at":"2025-10-30T01:02:30.641Z","repository":{"id":53930203,"uuid":"417665543","full_name":"nickjer/loaded_questions","owner":"nickjer","description":"Loaded Questions","archived":false,"fork":false,"pushed_at":"2023-08-13T20:15:19.000Z","size":306,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-13T20:14:34.444Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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":"2021-10-15T23:39:49.000Z","updated_at":"2021-11-23T22:02:26.000Z","dependencies_parsed_at":"2024-11-14T04:43:58.144Z","dependency_job_id":"b33d632f-f919-49b7-937a-4de5bcf38da3","html_url":"https://github.com/nickjer/loaded_questions","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%2Floaded_questions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Floaded_questions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Floaded_questions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Floaded_questions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickjer","download_url":"https://codeload.github.com/nickjer/loaded_questions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241637149,"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:29.409Z","updated_at":"2025-10-30T01:02:30.622Z","avatar_url":"https://github.com/nickjer.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Loaded Questions\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://lq.nicklas.cloud/\n\n## How does it work\n\nThis is meant to be played in tandem with the actual board game, ideally with\nall players in person.\n\n- There is no authentication and anyone can join your game if they know the\n  link to the game\n- You must supply your own questions, it is meant to be played in tandem with\n  the real game\n- There are no time limits, the active player controls the board and can decide\n  to end the round whenever he or she wants\n- Any player in the game can start a new round\n\n## Why\n\nMy family enjoys party games one of which is Loaded Questions. Unfortunately,\nhaving to deal with writing down answers, collecting them, reading them off,\nand then attempting to match them in a large party can be quite difficult.\n\nThis is meant to facilitate the in-person game and not not meant for remote\nplay. It can be played remotely but I wouldn't recommend it unless there was a\ndirect line of communication between all the players and there was a source of\nquestions.\n\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 loaded_questions\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 loaded_questions 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 loaded_questions 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%2Floaded_questions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickjer%2Floaded_questions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickjer%2Floaded_questions/lists"}