{"id":19659325,"url":"https://github.com/shou/physics-platformer","last_synced_at":"2026-02-13T21:08:13.889Z","repository":{"id":142638403,"uuid":"515603642","full_name":"Shou/physics-platformer","owner":"Shou","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-19T15:12:59.000Z","size":4077,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T03:52:30.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"GDScript","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/Shou.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":"2022-07-19T13:47:14.000Z","updated_at":"2022-07-19T13:47:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa9c9cad-b347-4673-aff5-0a7ea5005902","html_url":"https://github.com/Shou/physics-platformer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shou/physics-platformer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shou%2Fphysics-platformer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shou%2Fphysics-platformer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shou%2Fphysics-platformer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shou%2Fphysics-platformer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shou","download_url":"https://codeload.github.com/Shou/physics-platformer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shou%2Fphysics-platformer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29417712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2024-11-11T15:41:44.345Z","updated_at":"2026-02-13T21:08:13.872Z","avatar_url":"https://github.com/Shou.png","language":"GDScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Physics Platformer\n\nThis demo uses [`RigidBody2D`](https://docs.godotengine.org/en/latest/classes/class_rigidbody2d.html)\nfor the player and enemies.\nThese character controllers are more powerful than\n[`KinematicBody2D`](https://docs.godotengine.org/en/latest/classes/class_kinematicbody2d.html),\nbut can be more difficult to handle, as they require\nmanual modification of the RigidBody velocity.\n\nLanguage: GDScript\n\nRenderer: GLES 2\n\nCheck out this demo on the asset library: https://godotengine.org/asset-library/asset/119\n\n## How does it work?\n\nThe player and enemies use dynamic character\ncontrollers for movement, made with\n[`RigidBody2D`](https://docs.godotengine.org/en/latest/classes/class_rigidbody2d.html),\nwhich means that they can perfectly interact with physics\n(there is a see-saw, and you can even ride enemies).\nBecause of this, all movement must be done in sync with\nthe physics engine, inside of `_integrate_forces()`.\n\n## Screenshots\n\n![Screenshot of the beginning](screenshots/beginning.png)\n\n![Screenshot of the seesaw and the player riding an enemy](screenshots/seesaw-riding.png)\n\n## Music\n\n\"Pompy\" by Hubert Lamontagne (madbr) https://soundcloud.com/madbr/pompy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshou%2Fphysics-platformer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshou%2Fphysics-platformer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshou%2Fphysics-platformer/lists"}