Grid Based Movement #2337
Unanswered
HexSleeves
asked this question in
Q&A
Replies: 1 comment
-
Hi @lecoqjacob We recently made a game that did some grid based movement for Ludum Dare 48, I extracted the relevant bits and created a new sample! I figure this is going to be a common use that people will want to reference 👍 https://github.com/excaliburjs/sample-grid Let me know what you think! The code doing the moving is here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Curious how one would generate grid based games and movement. For something like a rougelike where each movement is usually defined with either a +1 or -1 to the postiion Vector. Has anyone built something grid based?
Beta Was this translation helpful? Give feedback.
All reactions