View Single Post
Re: New to AI Programming
Old
  (#9)
steved3298
Member
 
steved3298's Avatar
 
Status: Offline
Posts: 6
Join Date: Sep 2006
Default Re: New to AI Programming - 29-09-2006

Alright, I implemented Tiles to cover the map and make searching much easier. It is much faster than before (On my test, from 6seconds, to just over a second). I will also try to implement the priority-queue (I found a C-based version) and hopefully gain some more performance there. For the tiles I am using 16x16 pixels and I was just wondering if that is a valid square or should they be larger (the map is 1024x1024)?

Thanks for the suggestions.
  
Reply With Quote