AI for Racing Game

Started by
1 comment, last by Ricardo Portugal 23 years, 12 months ago
Hi there! I want some help for a racing game AI. What should I do? Anyone knows a site which has a tutorial or something? Thanx Bye.
Coding... Compiling... Building...What??? No... Not again...
Advertisement
What you do is define locations on the track. Each location represents an area where the cars must go. When a car reaches a new location, it aims itself towards the next one. And son on until it reaches the beginning again. You can have the cars make straight lines or use curves.

Ben
Ricardo,

Check out http://www.ebc.ee/~mremm/rars/rars.htm
for information on the Robot Auto Racing Simulator.

This is basically a project that allows you to write the
AI for controling robot cars. If you study the other robot
car code, you will learn alot about racing AI.

Good luck,

Eric

This topic is closed to new replies.

Advertisement