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

Alrighty. So I have implemented the A* Algorithm into Ruby from a couple C++ and Python examples but as of right now I am getting incredibly slow performance. It takes over 5(!) seconds to find a path from a point to another (~600 pixels away). The code is at http://www.nebulargauntlet.org/trac/...k/lib/astar.rb if someone who is more experienced could maybe comment a little?

Thanks,
Steven D.
  
Reply With Quote