Game Development Community

AI Question

by Scott Radel · in Torque Game Builder · 04/19/2005 (12:30 pm) · 3 replies

How does T2D handle AI? Is it something you have to code in script, or is predifined AI already in the code? sorry i am kind of new to game developement.
Scott

#1
04/19/2005 (12:33 pm)
AI is a very general term, though people often use it when thinking of very specific AI applications. Regardless, stock AI is not included. You can implement it in script or in C++ depending on the needs of your game.
#2
04/19/2005 (2:12 pm)
Thanks
#3
04/19/2005 (7:05 pm)
David put it well...

considering how AI changes so dramatically from all the different genres of games you can do in T2D... side scroller, RPG, Action, Adventure, Strategy, Puzzle, etc ...

You can implement (as David said) in script or C++ depending on your preference, or even a combination of the two :)