{"id":51135496,"url":"https://github.com/jbcom/blobolines","last_synced_at":"2026-06-25T17:30:38.378Z","repository":{"id":365179713,"uuid":"1270891373","full_name":"jbcom/blobolines","owner":"jbcom","description":"Bounce a squishy gel blob up endless gooey trampolines — a World-of-Goo-flavored vertical-launch physics arcade game. React Three Fiber + Rapier, web + Android.","archived":false,"fork":false,"pushed_at":"2026-06-23T22:45:25.000Z","size":37152,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-23T23:20:56.906Z","etag":null,"topics":["arcade-game","capacitor","game","physics","react-three-fiber","threejs","typescript","webgl"],"latest_commit_sha":null,"homepage":"https://jbcom.github.io/blobolines/","language":"TypeScript","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/jbcom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-16T06:26:02.000Z","updated_at":"2026-06-23T22:45:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jbcom/blobolines","commit_stats":null,"previous_names":["jbcom/blobolines"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jbcom/blobolines","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbcom%2Fblobolines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbcom%2Fblobolines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbcom%2Fblobolines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbcom%2Fblobolines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbcom","download_url":"https://codeload.github.com/jbcom/blobolines/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbcom%2Fblobolines/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34786225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"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":["arcade-game","capacitor","game","physics","react-three-fiber","threejs","typescript","webgl"],"created_at":"2026-06-25T17:30:37.125Z","updated_at":"2026-06-25T17:30:38.369Z","avatar_url":"https://github.com/jbcom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"public/assets/images/hero-cover.png\" alt=\"Blobolines\" width=\"320\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eBlobolines\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Launch a squishy gel blob through endless soft cloud pads — a World-of-Goo-flavored\n  vertical-launch physics arcade game. Hold to charge cloud catches, steer in mid-air,\n  and leave big colorful splats all the way up.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://jbcom.github.io/blobolines/\"\u003e\u003cb\u003e▶ Play (web)\u003c/b\u003e\u003c/a\u003e ·\n  Android APK on each \u003ca href=\"https://github.com/jbcom/blobolines/releases\"\u003erelease\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## What it is\n\nA vertical climber built around **gooey, deformable blobs** and **soft cloud\ncatches**. Hold on Blobby to charge the next launch, release to fly, and\ndrag in the air to steer in full 3D. Land clean cloud catches to build a combo, grab\ncrystals and power-ups, and climb as high as you can — while your blob squashes,\nstretches, blinks, and splatters along the way.\n\n## Stack\n\nReact Three Fiber + drei + @react-three/rapier (physics) · `postprocessing` (soft\nglow) · Howler.js (sample-based audio) · shadcn/ui (Radix) + Motion ·\nTailwind v4 · Vite 8 · TypeScript · Capacitor (Android) · Vitest + Playwright. See\n[`docs/ARCHITECTURE.md`](docs/ARCHITECTURE.md).\n\n## Develop\n\n```sh\npnpm install\npnpm dev            # http://localhost:5173\npnpm test           # unit (happy-dom)\npnpm test:browser   # visual fixtures (Chromium + WebGL)\npnpm build          # tsc + vite build\npnpm android:debug  # build + sync Capacitor + assemble debug APK\n```\n\n## Docs\n\n- [Architecture](docs/ARCHITECTURE.md) — package map, boundaries, data flow\n- [Game design](docs/GAME-DESIGN.md) — mechanics, physics constants, tuning\n- [Design language](docs/DESIGN.md) — tokens, typography, the blob identity\n- [Testing](docs/TESTING.md) · [Deployment](docs/DEPLOYMENT.md)\n- [`AGENTS.md`](AGENTS.md) — operating protocols for AI contributors\n\n## License\n\n[MIT](LICENSE) © Jon Bogaty\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbcom%2Fblobolines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbcom%2Fblobolines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbcom%2Fblobolines/lists"}