AI programming games?

chip_0

Adept
I am looking for graphical games/simulations which allow controlling a game element using scripting or programming in C/C++/Java.

Specifically, I am interested in testing out path-finding/obstacle avoidance algorithms in a simulated environment. Any recommendations?
 
I dont think its based on any standard language, but random scripting for age of empires might give a good idea about the algorithms. The game used to have a great scripting support community, dunno if its still there, try AI Scripter's Home Page
 
ujjwal said:
I am looking for graphical games/simulations which allow controlling a game element using scripting or programming in C/C++/Java.

Specifically, I am interested in testing out path-finding/obstacle avoidance algorithms in a simulated environment. Any recommendations?

get your hands on XSI and if possible download the hammer editor tool works well with C++ i've tried bot navigation for teamfortress 2 but it was a failure. may be u can get lucky
 
There was a game called Mind Rover which had some elements of what you want but i don't think its available anywhere (the *ahem* version)
 
Back
Top