{"id":15142318,"url":"https://github.com/levilindsey/ludum-dare-50","last_synced_at":"2025-11-08T04:03:47.766Z","repository":{"id":72697590,"uuid":"476949003","full_name":"levilindsey/ludum-dare-50","owner":"levilindsey","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-20T16:12:18.000Z","size":128492,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T20:40:22.226Z","etag":null,"topics":["2d-platformer-game","chiptunes","game","game-jam","godot","ldjam","ldjam50","ludum-dare","ludum-dare-50","pixel-art"],"latest_commit_sha":null,"homepage":"https://levi.dev/ludum-dare-50","language":"GDScript","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/levilindsey.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-02T04:42:12.000Z","updated_at":"2024-05-30T14:14:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"2427ac8a-bf48-4bc4-bd87-6d76f70c524a","html_url":"https://github.com/levilindsey/ludum-dare-50","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levilindsey%2Fludum-dare-50","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levilindsey%2Fludum-dare-50/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levilindsey%2Fludum-dare-50/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levilindsey%2Fludum-dare-50/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/levilindsey","download_url":"https://codeload.github.com/levilindsey/ludum-dare-50/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237882172,"owners_count":19381176,"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","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":["2d-platformer-game","chiptunes","game","game-jam","godot","ldjam","ldjam50","ludum-dare","ludum-dare-50","pixel-art"],"created_at":"2024-09-26T09:40:32.615Z","updated_at":"2025-11-08T04:03:47.721Z","avatar_url":"https://github.com/levilindsey.png","language":"GDScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meteor Power\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/images/cover_art.png\"\n       alt=\"A cover image for the Meteor Power game.\"\u003e\n\u003c/p\u003e\n\n\u003e _**[Play the game!](https://levi.dev/ludum-dare-50)**_\n\n\u003e I continued development of this game in a separate repo at [github.com/SnoringCatGames/meteor_power](https://github.com/SnoringCatGames/meteor_power).\n\n\u003e A point-and-click AI platformer.\n\n\u003e Build solar stations, connect power lines, and collect more energy before you run out and overwhelmed by meteors!\n\n## 👨‍💻 The jam\n\nLudum Dare is a semi-annual event where people create a game over the weekend. Ludum Dare is a ranked competition, with a clever voting system that gets more eyes on your game when you in turn rate other games. There are two tracks you can participate in:\n\n-   In the \"**Compo**\" track, you must create all your own art, music, sounds, etc. from scratch, work by yourself, and finish within 48 hours.\n-   In the \"**Jam**\" track, you can work with a team, you can use art, code, music, sounds, etc. that already existed or was created by someone else, and you get 72 hours to finish.\n\nAdditionally, the games all follow some central theme, which is only announced at the start of the jam.\n\nI worked solo and created everything during the event. Except of course for my Scaffolder and Surfacer frameworks (which is fine, you're allowed to use pre-existing code).\n\n### 💡 The theme\n\n\"Delay the inevitable\"\n\n## 🎮 Controls\n\n-   Mouse and keyboard.\n-   A/S/D/Q/W/E to select a bot.\n-   Left-click on a platform to move the bot.\n-   Left-click a station button to do that command.\n-   Right-click to cancel a command.\n\n## 💿 Software used\n\n-   **[Godot](https://godotengine.org/):** Game engine.\n-   **[Piskel](https://www.piskelapp.com/user/5663844106502144):** Pixel-art image editor.\n-   **[Aseprite](https://www.aseprite.org/):** Pixel-art image editor.\n-   **[Bfxr](https://www.bfxr.net/):** Sound effects editor.\n-   **[DefleMask](https://deflemask.com/):** Chiptune music tracker.\n-   **[Surfacer](https://godotengine.org/asset-library/asset/968):** Framework for procedural path-finding across 2D platforms.\n-   **[Scaffolder](https://godotengine.org/asset-library/asset/969):** Framework for general app and UI infrastructure.\n-   **[SurfaceTiler](https://github.com/SnoringCatGames/surface_tiler):** Framework for \"next-level\" autotiling.\n\n## ⚙️ Getting set up\n\n\u003e **NOTE:** This repo uses [Git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to include frameworks.\n\nTo learn more about how the code works, checkout the [Surfacer](https://github.com/SnoringCatGames/surfacer/) and [Scaffolder](https://github.com/SnoringCatGames/scaffolder/) READMEs.\n\n## 📃 Licenses\n\n-   All code is published under the [MIT license](LICENSE).\n-   All art assets (files under `assets/images/`, `assets/music/`, and `assets/sounds/`) are published under the [CC0 1.0 Universal license](https://creativecommons.org/publicdomain/zero/1.0/deed.en).\n-   This project depends on various pieces of third-party code that are licensed separately. Here are lists of these third-party licenses:\n    -   [addons/scaffolder/src/config/scaffolder_third_party_licenses.gd](https://github.com/SnoringCatGames/scaffolder/blob/master/src/config/scaffolder_third_party_licenses.gd)\n    -   [addons/surfacer/src/config/surfacer_third_party_licenses.gd](https://github.com/SnoringCatGames/surfacer/blob/master/src/config/surfacer_third_party_licenses.gd)\n    -   [src/config/third_party_licenses.gd](./src/config/third_party_licenses.gd)\n\n## I livestreamed the development on Twitch!\n\nhttps://www.twitch.tv/ukulelefury\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/images/characters/construction_bot_walking_256.gif\"\n       alt=\"An animated GIF.\"\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevilindsey%2Fludum-dare-50","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevilindsey%2Fludum-dare-50","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevilindsey%2Fludum-dare-50/lists"}