Annoraaq / grid-engine

A grid based movement engine compatible with Phaser3.
https://annoraaq.github.io/grid-engine/
Apache License 2.0
241 stars 20 forks source link

Example dots #466

Closed scinfu closed 9 months ago

scinfu commented 10 months ago

I visited the website https://annoraaq.github.io/grid-engine/ and was very impressed with the layout of the small squares. Do you have a code example that I could use as a reference?

Annoraaq commented 10 months ago

Hey, I'm glad you like it.

It is hidden in the code of the docs. It's actually a Vue.js component, but it should not be a problem to use it standalone. It is basically a grid of divs that is animated with GridEngine. Here is the Pathfinding example.