PDA

View Full Version : Racing AI


madman5
03-07-2006, 9:09 PM
I was recently hit with the inspiration to create a simple, top-down racing game. The first thing I thought about was how to make the AI. I have no idea how i should make the line for the AI to follow. I have skimmed through the forums on GameDev, but that all talks about some A* thing, or by racing the optimal line yourself and some how tracking it.

What I would like to know is if there is a simpler way of doing this. Thanks for the help.

madman5~C++ n00b