asiudhgfiuashgiuashg / tile-game

game with tiles
0 stars 1 forks source link

Pathfinding #1

Closed aethura closed 8 years ago

aethura commented 8 years ago

We gotta implement this shit

mikeadkison commented 8 years ago

Needs to be done server-side. Also the server needs to have a concept of maps

mikeadkison commented 8 years ago

2 Phases of pathfinding

Preprocessing

Real time pathfinding

phase1 phase2 phase1_realtime phase2_realtime

TODO

mikeadkison commented 8 years ago

decided to use IndexedAStarPathFinder

mikeadkison commented 8 years ago

https://github.com/asiudhgfiuashgiuashg/tile-game/commit/cc1374ac35053d7016ba1fb7680a5574004fa79e

implemented pathfinding, you can test it with the simple TestAi instance in single player.

TODO

mikeadkison commented 8 years ago

ima close this since we no longer use github for issue tracking