{"id":27011541,"url":"https://github.com/pcon/game_organizer","last_synced_at":"2026-01-19T16:32:02.678Z","repository":{"id":139296580,"uuid":"401365082","full_name":"pcon/game_organizer","owner":"pcon","description":"A set of OpenSCAD files and STLs for organizing game boxes","archived":false,"fork":false,"pushed_at":"2025-07-23T18:46:34.000Z","size":8748,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-23T21:27:43.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"OpenSCAD","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pcon.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-08-30T14:03:57.000Z","updated_at":"2025-07-23T18:46:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0cbced0-cd95-486d-aac3-75dc25d33e09","html_url":"https://github.com/pcon/game_organizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pcon/game_organizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcon%2Fgame_organizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcon%2Fgame_organizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcon%2Fgame_organizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcon%2Fgame_organizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcon","download_url":"https://codeload.github.com/pcon/game_organizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcon%2Fgame_organizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28574322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T16:29:19.148Z","status":"ssl_error","status_checked_at":"2026-01-19T16:29:17.772Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-04-04T11:29:43.388Z","updated_at":"2026-01-19T16:32:02.667Z","avatar_url":"https://github.com/pcon.png","language":"OpenSCAD","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gaming Organizer\n\nThe `.scad` files in the root can be used to generate your own organizational files.  An example of how they can be used can be found in the `galaxy_trucker` directory.  Optionally, the `.stl` files can be downloaded and used instead.\n\n## Games\n\n- [Betrayal: At House on the Hill](/betrayal_at_house_on_the_hill/)\n- [Codenames](/codenames/)\n- [Galaxy Trucker](/galaxy_trucker)\n- [Mr Jack Pocket](/mr_jack_pocket)\n- [One Deck Dungeon](/one_deck_dungeon/)\n- [Oriflamme Ablaze](/oriflamme_ablaze)\n- [Rumpelstiltskin](/rumpelstiltskin/)\n\n## Utilities\n\n### common.scad\n\nThis is the root file that sets up many of the common methods and dimensions.  In this file, `base_block` and `embossed_text` are the most likely be used in the organizer files\n\n### colors.scad\n\nThis is a helpful file for generating unique part colors by referencing different colors available.  `displayColor` and `offsetColor` can be used to get colors.\n\n### parts.scad\n\nThis file comes from [traverseda](https://github.com/traverseda) to help generate multiple parts in a single scad file.  This is used by various `build` scripts.\n\n### roundedcube.scad\n\nThis file allows for cubes with rounded corners and is great for part holding since it makes it easier to scoop out of the bottom\n\n### grid_base.scad\n\nThis generates the grid base that goes in the bottom of the box.\n\n### chip_holder.scad\n\nThis generates a holder for standard square cards and tokens.  Using `generate_holder` you can generate a holder for these items.  Useful parameters are `hollow_bottom` that will generate an \"X\" pattern at the bottom.  This can reduce overall filament usage if you want to maintain the same infill percentage.  This also have the ability to put embossed text on the holder\n\n#### Embossed text example\n\n```scad\ngenerate_holder(\n    tile_columns = 1,\n    tile_rows = 1,\n    tile_width = CARD_WIDTH,\n    tile_depth = CARD_DEPTH,\n    tile_count = 1,\n    tile_height = CARD_HEIGHT\n) {\n    embossed_text(\n        \"CARDS\",\n        h = 1,\n        size = 8\n    );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcon%2Fgame_organizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcon%2Fgame_organizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcon%2Fgame_organizer/lists"}