phaser-grid-movement-plugin
deprecatedPhaser3 plugin for grid based movement on a 2D game board.
Updated by @annoraaq
parrot-queue
An efficient queue in JavaScript. Note that using native arrays as a queue leads to O(n) runtime complexity for dequeuing, because shift takes O(n) in the worst case.
Updated by @annoraaq