View Full Version : AI coding


Adam
10-13-02, 11:54 AM
For anyone who has worked on AI stuff...

Can any of you point me toward some very basic examples of C code for developing AIs such as computer games use? Just something very simple to get me started. Thanks.

Stryder
10-13-02, 01:02 PM
You could check http://www.gametutorials.com/

Or failing that search google for "AI game development" Perhaps "Examples or tutorials" added.

malisha
10-19-02, 02:34 PM
you could probably look up 'hunt the wumpus' this is one of those things everyone who does AI as a course gets intoduced to as their first AI game.

once you get the jist of this game you could then probably pick it up from there and start experimenting more ...

Rick
10-19-02, 10:55 PM
Believe it or not,It really pisses to programme AI in C,(I love the language though)I think C++ is a good option.



bye!