PDA

View Full Version : A.I in Vizard


k_iwan
01-10-2007, 03:29 PM
Hi,

I need some advice in implementing Artificial Intelligence in Vizard.
I had a look around on the web for some "A.I with Python" and found some hard-to read resources. I will get someone in our department to decipher these for me :D

Could anyone give me some advice the best way to implement A.I behaviour in vizard? should I create an external .py that handles A.I routines?

Thank you!

Kind Regards,
-Iwan-

farshizzo
01-11-2007, 01:17 PM
What kind of AI are you referring to (pathfinding, etc..) ?
Could anyone give me some advice the best way to implement A.I behaviour in vizard? should I create an external .py that handles A.I routines?Yes, creating an external module that does all the calculations would probably be the best solution.