{"id":14963970,"url":"https://github.com/annoraaq/grid-engine","last_synced_at":"2025-05-15T14:07:22.333Z","repository":{"id":40006170,"uuid":"318587214","full_name":"Annoraaq/grid-engine","owner":"Annoraaq","description":"A grid based movement engine compatible with Phaser3.","archived":false,"fork":false,"pushed_at":"2025-04-13T07:30:45.000Z","size":49329,"stargazers_count":256,"open_issues_count":3,"forks_count":19,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-15T14:07:15.906Z","etag":null,"topics":["game-development","grid-movement","phaser","tile"],"latest_commit_sha":null,"homepage":"https://annoraaq.github.io/grid-engine/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Annoraaq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["Annoraaq"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-12-04T17:23:21.000Z","updated_at":"2025-05-05T00:42:46.000Z","dependencies_parsed_at":"2023-10-21T19:45:18.413Z","dependency_job_id":"7e2e0023-44f2-4314-9bb1-8e6cbf2f3655","html_url":"https://github.com/Annoraaq/grid-engine","commit_stats":{"total_commits":1396,"total_committers":10,"mean_commits":139.6,"dds":0.5573065902578797,"last_synced_commit":"c0e46fac2746f2973096eaf97491c923676ad95c"},"previous_names":["annoraaq/phaser-grid-movement-plugin"],"tags_count":117,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Annoraaq%2Fgrid-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Annoraaq%2Fgrid-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Annoraaq%2Fgrid-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Annoraaq%2Fgrid-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Annoraaq","download_url":"https://codeload.github.com/Annoraaq/grid-engine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355335,"owners_count":22057354,"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":["game-development","grid-movement","phaser","tile"],"created_at":"2024-09-24T13:32:24.677Z","updated_at":"2025-05-15T14:07:17.320Z","avatar_url":"https://github.com/Annoraaq.png","language":"TypeScript","funding_links":["https://github.com/sponsors/Annoraaq"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/Annoraaq/grid-engine?style=for-the-badge\u0026color=brightgreen\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/Annoraaq/grid-engine?style=for-the-badge\u0026color=yellow\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/made%20with-TypeScript-blue?style=for-the-badge\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg\n    src=\"https://github.com/Annoraaq/grid-engine/raw/master/images/grid-engine-logo.png\"\n    alt=\"Grid Engine Logo\"\n  /\u003e\n\u003c/p\u003e\n\nWelcome to **Grid Engine**!\nGrid Engine helps you position and move objects on a **2-dimensional grid** in **JavaScript/TypeScript**.\nIt easily integrates with [Phaser.js](https://phaser.io/) but can also be used standalone. For example you could write your own renderer for an ASCII game. You can even run it on a server with [Node.js](https://nodejs.org/).\n\n\u003cp align=\"center\"\u003e\n  \u003cimg\n    src=\"https://github.com/Annoraaq/grid-engine/raw/master/images/radius-movement-demo.gif\"\n    width=\"400\"\n    style=\"image-rendering: pixelated; display: inline\"\n  /\u003e\n\u003c/p\u003e\n\n## Features\n\n**Collision Detection** - Detect tile based collisions with the map and other objects, supporting collision groups and multiple layers.\n\n**Pathfinding** - Efficient and configurable pathfinding allows moving to a target position or following other objects.\n\n**Multi-tile Objects** - Allow objects to span multiple tiles on your grid.\n\n**Isometric Maps** - Choose between isometric and orthogonal maps.\n\n**Diagonal Movement** - Four and eight direction movement and pathfinding is supported.\n\n\u003cp float=\"left\" align=\"middle\"\u003e\n  \u003cimg src=\"images/collision-detection.gif\" style=\"display: inline\"/\u003e\n  \u003cimg src=\"images/pathfinding.gif\" style=\"display: inline\"/\u003e\n  \u003cimg src=\"images/multi-tile.gif\" style=\"display: inline\"/\u003e\n  \u003cimg src=\"images/diagonal.gif\" style=\"display: inline\"/\u003e\n\u003c/p\u003e\n\n## Docs\n\n📖 Read our most current [documentation](https://annoraaq.github.io/grid-engine/) or [API reference](https://annoraaq.github.io/grid-engine/api/)\n\n➡️ You can try/download [a list of examples](https://annoraaq.github.io/grid-engine/).\n\n💻 [Install](https://annoraaq.github.io/grid-engine/p/installation) Grid Engine.\n\n👾 Join our [discord](https://discord.gg/C4jNEZJECs).\n\n🛠 Also check out the [Chrome DevTools plugin](https://github.com/zewa666/grid-engine-devtools).\n\n## Projects using Grid Engine\n\n- [Build a Snowman](https://play.google.com/store/apps/details?id=com.raiper34.buildasnowman)\n- [Defynia](https://play.definya.com/)\n- Fallout Clone [[Play](https://fallout-clone.netlify.app/)] [[Repo](https://github.com/slysnek/rs-clone)]\n- [Névomon](https://nevomon.com/)\n\nIf you have a project that is using Grid Engine and that you would like to see in this list, post it in the #showcase channel on our [Discord](https://discord.gg/C4jNEZJECs).\n\n## Special Thanks\n\nRaiper34, splashsky, therebelrobot, xLink,\n\nMost of the characters and tile set images for the examples are from: https://finalbossblues.com/.\n\n## License\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fannoraaq%2Fgrid-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fannoraaq%2Fgrid-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fannoraaq%2Fgrid-engine/lists"}