superolelli / DigDeeper

My dwarf project
1 stars 0 forks source link

Add Pathfinding #8

Closed superolelli closed 9 years ago

superolelli commented 9 years ago

pathfinding should be added for all npcs

superolelli commented 9 years ago

pathfinding function started

superolelli commented 9 years ago

pathfinding implemented, but doesn't work properly

superolelli commented 9 years ago

a lot of bugs fixed. Now working better, but with tons of other bugs :)

superolelli commented 9 years ago

Refactorized the pathfinding: now faster, better and working without bugs (only few bugs in goblin class, but not with the pathfinding itself)

superolelli commented 9 years ago

Bugfix: game doesn't crash anymore when the goblin reaches the end of the world

superolelli commented 9 years ago

Simple pathfinding is completed