Just a hint:
1.create path, start from the start

3.check for a next path_node distance
4.if it's still far turn the car to the path_node direction
5.if it's near_node enough switch to another next path_node
6.repeat until next path_node is the finish_node
also add a collision detection and obstacle avoidance to the AI and you're good to go