{"id":13528740,"url":"https://github.com/ufrshubham/flame_simple_platformer","last_synced_at":"2025-04-23T07:22:55.401Z","repository":{"id":116629543,"uuid":"445781695","full_name":"ufrshubham/flame_simple_platformer","owner":"ufrshubham","description":"A 2D platformer made using Flame engine","archived":false,"fork":false,"pushed_at":"2025-04-14T02:13:26.000Z","size":497,"stargazers_count":56,"open_issues_count":0,"forks_count":14,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-14T03:25:46.243Z","etag":null,"topics":["2d-game","dart","flame-engine","flutter","flutter-game","game-development","mobile-games","platformer"],"latest_commit_sha":null,"homepage":"https://ufrshubham.itch.io/square-boy","language":"Dart","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/ufrshubham.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-01-08T09:54:32.000Z","updated_at":"2025-04-14T02:13:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef90607f-1777-4606-af16-99ea39e4caee","html_url":"https://github.com/ufrshubham/flame_simple_platformer","commit_stats":{"total_commits":63,"total_committers":2,"mean_commits":31.5,"dds":0.04761904761904767,"last_synced_commit":"6c8eee383c9e571b5d925ce22d500dfee78e1599"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufrshubham%2Fflame_simple_platformer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufrshubham%2Fflame_simple_platformer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufrshubham%2Fflame_simple_platformer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufrshubham%2Fflame_simple_platformer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ufrshubham","download_url":"https://codeload.github.com/ufrshubham/flame_simple_platformer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250387866,"owners_count":21422216,"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-game","dart","flame-engine","flutter","flutter-game","game-development","mobile-games","platformer"],"created_at":"2024-08-01T07:00:23.632Z","updated_at":"2025-04-23T07:22:55.379Z","avatar_url":"https://github.com/ufrshubham.png","language":"Dart","funding_links":[],"categories":["Projects"],"sub_categories":["Open Source"],"readme":"# Flame Simple Platformer\n\nA 2D platformer made using the awesome [Flame engine](https://flame-engine.org/)\n\n![Demo](branding/Demo.gif)\n\n## Download/Play\n\n- [Itch.io](https://ufrshubham.itch.io/square-boy)\n\n## Build/Run Steps\n\n```bash\n# Clone this project\n$ git clone https://github.com/ufrshubham/flame_simple_platformer\n\n# Access\n$ cd flame_simple_platformer\n\n# Install dependencies\n$ flutter pub get\n\n# Run the project (Make sure that a virtual or physical device is connected first)\n$ flutter run\n\n# The will start the game on any connected device.\n```\n\n## Browse by timeline\n\n- [Initial Setup](https://github.com/ufrshubham/flame_simple_platformer/tree/9a8916126a691e895c00bd40a16b122b48cbea54)\n\n- [Levels using TiledComponent](https://github.com/ufrshubham/flame_simple_platformer/tree/680df46e70c04370000179d2a3e39f69ee85ad9b)\n\n- [Spawn components using Object layer](https://github.com/ufrshubham/flame_simple_platformer/tree/e2658d9961f306d919dd1855dd1df4f2a5b5d8c8)\n\n- [Collidable platforms](https://github.com/ufrshubham/flame_simple_platformer/tree/c3f1794d939751103061ba19b4990086f74a6f24)\n\n- [Player movement](https://github.com/ufrshubham/flame_simple_platformer/tree/5dd05495e371e3cd88a584d23a8abcdbb6356db4)\n\n- [Camera movement and level bounds](https://github.com/ufrshubham/flame_simple_platformer/tree/ad58f9fd8650e0b0a4095d62595eeff2bf0129de)\n\n- [Version-up Flame 1.1.0](https://github.com/ufrshubham/flame_simple_platformer/tree/80d58fd3e11af5deba9cb4b273af725c58cfcb77)\n\n- [Interactable doors](https://github.com/ufrshubham/flame_simple_platformer/tree/a0230e923b0e0b6186494c234397df445675287c)\n\n- [Version-up Flame 1.1.1](https://github.com/ufrshubham/flame_simple_platformer/tree/cc1b046d103d02187e7b7601fd91715650a36f9d)\n\n- [Coins and effects](https://github.com/ufrshubham/flame_simple_platformer/tree/76d181e7fac6a85e7b2aca65cd9376dfb855a706)\n\n- [Enemy movement and collision](https://github.com/ufrshubham/flame_simple_platformer/tree/08953150b7d086c9b8c7f5d2280653fa2b8f1ba3)\n\n- [Hud, score and health](https://github.com/ufrshubham/flame_simple_platformer/tree/cb91ec6a0f8bd7b6562559f506c5dff13de1e8ae)\n\n- [Version-up Flame 1.2.0](https://github.com/ufrshubham/flame_simple_platformer/tree/50d12ab195a155e25a053e0266c0cfaebace8d53)\n\n- [Attack enemies](https://github.com/ufrshubham/flame_simple_platformer/tree/ce61aa57594aeb1f57d6a0a19c8e6f72efda2136)\n\n- [Adding menus using Overlay](https://github.com/ufrshubham/flame_simple_platformer/tree/cba665f9c11819f7d7af46ea3d88b8a5fb3dff78)\n\n- [Sound effects and background music](https://github.com/ufrshubham/flame_simple_platformer/tree/37b00bab2dab2b38579d6e3571a7d515acd29f17)\n\n## License\n\nThis project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.\n\nSome assets provided in this repo are not owned by me. For details about their origin, authors and terms of usage, check their individual licenses.\n\n___\n\nJoin my [Discord](https://discord.gg/xHu3aUQGsJ) if you want to discuss something about this project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fufrshubham%2Fflame_simple_platformer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fufrshubham%2Fflame_simple_platformer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fufrshubham%2Fflame_simple_platformer/lists"}