creativitRy / CloudCanards

Old version of CloudCanards made in libgdx, now migrated to Unity
https://www.cloudcanards.com/
5 stars 0 forks source link

A star #10

Open creativitRy opened 7 years ago

creativitRy commented 7 years ago

https://github.com/tutsplus/A-Star-Pathfinding-for-Platformers

https://gamedevelopment.tutsplus.com/series/how-to-adapt-a-pathfinding-to-a-2d-grid-based-platformer--cms-882 https://gamedevelopment.tutsplus.com/tutorials/how-to-adapt-a-pathfinding-to-a-2d-grid-based-platformer-theory--cms-24662

creativitRy commented 7 years ago

https://gamedevelopment.tutsplus.com/series/basic-2d-platformer-physics--cms-998

creativitRy commented 7 years ago

https://github.com/LetsMakeAnIndieGame/PhysicsShmup/tree/master/core/src/com/mygdx/game/pathfinding

creativitRy commented 7 years ago

Each cell has three coordinate values: x, y, z. X and Y are standard coordinates. +y is to the top and +x to the right. Z is jump value

Use same int for all three values by bitshifting. z y x order