{"id":16228312,"url":"https://github.com/rdb/obbo","last_synced_at":"2025-08-18T10:06:10.787Z","repository":{"id":89836189,"uuid":"297082545","full_name":"rdb/obbo","owner":"rdb","description":"Obbo's Descent: Cute asteroid-fishing game for PyWeek 30","archived":false,"fork":false,"pushed_at":"2022-01-23T15:37:26.000Z","size":94041,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-24T22:00:25.327Z","etag":null,"topics":["panda3d","pyweek"],"latest_commit_sha":null,"homepage":"https://pyweek.org/e/space-e/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rdb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-09-20T13:30:08.000Z","updated_at":"2023-04-17T22:32:59.000Z","dependencies_parsed_at":"2023-04-11T21:47:12.695Z","dependency_job_id":null,"html_url":"https://github.com/rdb/obbo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rdb/obbo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdb%2Fobbo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdb%2Fobbo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdb%2Fobbo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdb%2Fobbo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdb","download_url":"https://codeload.github.com/rdb/obbo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdb%2Fobbo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267866409,"owners_count":24157345,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["panda3d","pyweek"],"created_at":"2024-10-10T12:55:02.660Z","updated_at":"2025-07-30T12:12:05.882Z","avatar_url":"https://github.com/rdb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyWeek 30\n\nThis is an entry in the [PyWeek 30](https://pyweek.org/30/) challenge, with the theme \"Castaway!\".\n\n[Click here to go to the PyWeek entry page.](https://pyweek.org/e/space-e/)\n\n\n## Controls\n\n* `f1` - Save screenshot (saves to the game's directory)\n* `f3` - Toggle wireframe rendering of meshes\n* `f5` - Hot reload game files (only available when running from source)\n* `left mouse button` - Click to move, hold to start casting, click and hold to reel in\n* `right mouse button` - cancel current cast\n\nClick on a spinning build icon to get build options.\n\n## Configuration\n\nThe game can be configured by creating a `user.prc` file in the root of the project (i.e., next to `settings.prc`).\nIf this file is present, then it variables in it will take precedence over any other source.\n\nSome useful variables:\n\n* `win-size` - two numbers to control the resolution (e.g., `win-size 1280 720`)\n* `fullscreen` - `true`/`false` to control fullscreen mode (e.g., `fullscreen true`)\n* `click-hold-threshold` - a floating point value for how long the mouse needs to remain pressed (in seconds) to be considered \"held\" (e.g., `click-hold-threshold 0.4`)\n* `confine-mouse` - `true`/`false` to control if the mouse cursor can leave the window boundaries (e.g., `confine-mouse false`)\n* `skip-main-menu` - `true`/`false` to skip the main menu, intro cutscene, etc. and jump straight to the game (e.g., `skip-main-menu true`)\n* `show-frame-rate-meter` - `true`/`false` to display an FPS counter in the top right of the screen (e.g., `show-frame-rate-meter true`)\n* `potato-mode` - `true`/`false` try to turn down visuals to run on low-end hardware (e.g., `potato-mode true`)\n\nHere is an example of what a `user.prc` might look like:\n\n```\nwin-size 1920 1080\nfullscreen true\n```\n\n## Running from source\n\n### Dependencies\n\n* Python 3.7+\n* Python packages in `requirements.txt`\n* `blend2bamex` and `gen_asteroids` entry points for `pman` (run `pip install -e .` to get these)\n* Blender 2.90 (preferably on the system PATH)\n* [limeade](https://pypi.org/project/limeade/) (optional, allows hot reloading of source code)\n\n### Run the game\n\n\nTo run, simply cd to the directory containing the game and type:\n\n```\npython run_game.py\n```\n\n## Acknowledgments\n\nTODO\n\nMany thanks to @lordmauve and all the other PyWeek participants for a great challenge!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdb%2Fobbo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdb%2Fobbo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdb%2Fobbo/lists"}