{"id":15142444,"url":"https://github.com/thecodingcouple/ludum-dare-50","last_synced_at":"2026-01-21T16:02:22.261Z","repository":{"id":109941490,"uuid":"477172536","full_name":"thecodingcouple/ludum-dare-50","owner":"thecodingcouple","description":"Source code for our unofficial Ludum Dare 50 entry. The theme is \"delay the inevitable.\"","archived":false,"fork":false,"pushed_at":"2022-04-28T11:33:34.000Z","size":12175,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T15:53:15.891Z","etag":null,"topics":["dare","gamejam","ld50","ldjam","ldjam50","ludum","phaser3"],"latest_commit_sha":null,"homepage":"https://thecodingcouple.github.io/ludum-dare-50","language":"JavaScript","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/thecodingcouple.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":"2022-04-02T21:12:20.000Z","updated_at":"2022-04-22T23:16:42.000Z","dependencies_parsed_at":"2023-04-01T11:03:11.425Z","dependency_job_id":null,"html_url":"https://github.com/thecodingcouple/ludum-dare-50","commit_stats":{"total_commits":84,"total_committers":3,"mean_commits":28.0,"dds":"0.15476190476190477","last_synced_commit":"3fd34a54883def465f31e1d572b925bef32e29f0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thecodingcouple/ludum-dare-50","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingcouple%2Fludum-dare-50","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingcouple%2Fludum-dare-50/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingcouple%2Fludum-dare-50/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingcouple%2Fludum-dare-50/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodingcouple","download_url":"https://codeload.github.com/thecodingcouple/ludum-dare-50/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingcouple%2Fludum-dare-50/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"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":["dare","gamejam","ld50","ldjam","ldjam50","ludum","phaser3"],"created_at":"2024-09-26T09:41:38.215Z","updated_at":"2026-01-21T16:02:22.245Z","avatar_url":"https://github.com/thecodingcouple.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ludum-dare-50\n\nSource code for our unofficial Ludum Dare 50 entry. The theme is \"delay the inevitable.\" [Play it here](https://thecodingcouple.github.io/ludum-dare-50/)! (Work in progress)\n\n## Synopsis\n\nDon't Fall is a 2D platformer. The goal of the game is to stay on top of the rotating rectangle for as long as possible.\n\nHow to play:\n* `Left Arrow` to move left\n* `Right Arrow` to move right\n* `Up Arrow` or `Space` to jump\n\n## Built With\n\n* [Phase Game Framework](https://phaser.io/)\n* [Visual Studio Code](https://code.visualstudio.com/)\n\n## Third Party Assets\n\n* [PP Fight or Flight Heavy Loop music](https://www.gamedevmarket.net/asset/pixel-platformer-music-pack/)\n* [Jump, Hit and Death sound effects](https://www.gamedevmarket.net/asset/mega-sfx-pack/)\n\n## Useful Resources\n\n* [Color Hunt (palette generator)](https://colorhunt.co/palette/f0e9d2e6ddc4678983181d31)\n* [Phaser 3 Webpack Project template](https://github.com/photonstorm/phaser3-project-template/blob/master/package.json) (it was a little out of date, needed to update from Webpack 4 to Webpack 5)\n* [Infinite Jumper in Phase with Modern JavaScript](https://www.goodreads.com/book/show/55219493-infinite-jumper-in-phaser-3-with-modern-javascript)\n* [Arcade physics for generic solid shapes](https://phaser.discourse.group/t/arcade-physics-generic-solid-color-shapes/6894)\n* [Phaser Discourse Group](https://phaser.discourse.group/)\n* How to detect when a sprite is off the screen:\n    * https://www.html5gamedevs.com/topic/1564-destroy-off-screen-sprites-using-events/\n    * https://phaser.io/examples/v2/sprites/out-of-bounds\n    * https://phaser.discourse.group/t/out-of-bounds-checking/905\n    * https://stackoverflow.com/questions/53091837/outofboundskill-equivalent-in-phaser-3\n    * https://phaser.discourse.group/t/what-is-incamera-in-phaser-3/7031/2\n* Sprite movement and jumping with matter\n    * https://phaser.io/examples/v3/view/tilemap/collision/matter-platformer-with-wall-jumping\n* [Deploying to gh-pages](https://gist.github.com/cobyism/4730490?permalink_comment_id=3611980#gistcomment-3611980)\n* [Preloading fonts in phaser](https://phaser.discourse.group/t/loading-fonts-in-phaser-3-not-working/8898/2)\n\n## Project Setup\n\n```\nnpm install\n```\n\n### Compiles and hot-reloads for development\n\n```\nnpm run start\n```\n### Compiles and minifies for production\n\n```\nnpm run build\n```\n\n### Deploy to gh-pages\n\n```\nnpm run deploy\n```\nAlternatively:\n\n```\ngit add dist \u0026\u0026 git commit -m \"updating gh-pages\"\ngit subtree push --prefix dist origin gh-pages\n```\n\n## License (MIT)\n\nMIT License\n\nCopyright (c) 2022 The Coding Couple\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingcouple%2Fludum-dare-50","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodingcouple%2Fludum-dare-50","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingcouple%2Fludum-dare-50/lists"}