View Single Post
Re: New to AI Programming
Old
  (#6)
@$3.1415rin
Council Member, Author of JoeBOT
 
@$3.1415rin's Avatar
 
Status: Offline
Posts: 1,381
Join Date: Nov 2003
Location: Germany
Default Re: New to AI Programming - 27-09-2006

A* on a 600x600 mesh is slow, especially if there is no valid path. in current cstrike bots we talk about A* on graphs with usually <4000-8000 nodes

I wrote a bit about my A* implementation on http://www.lampel.net/johannes/joebo...XPDoc-beta.pdf
maybe that helps a bit


  
Reply With Quote