veu / js13k2015

entry for js13kGames 2015
0 stars 1 forks source link

Pathing #2

Closed veu closed 9 years ago

veu commented 9 years ago

I just fixed a ramp bug and thought I'd open a separate issue for pathing.

The current logic assumes that the level makes sense. E.g. a ramp shouldn't have a block next to its lower side. If we do include the level editor in the game, these problems will have to be fixed either in the pathing algorithm or the level editor. Either way I'll put that on the nice to have list for now.