Advertisement

Best 3d game engine for AI games (open source)

Started by October 31, 2007 11:06 AM
0 comments, last by alexjc 17 years ago
Hi Guys, I'm new to AI and game programming in general, however i've been lumbered with a project to make a 3d game in which an enemy team work together using AI (probabalistic pathfinding using a modified A* algorithm) Basically I would like to know the best (preferably open source) game engine to use, my tutor said there should be one that stands out for use with AI. I may have narrowed it down to Ogre3d or 3dGameStudio but if there's any others let me know. Thanks in advance, Leigh
Ogre3D is fine, I'm using it myself to prototype an AI for a simulation game:
http://aigamedev.com/tutorials/build-simulation-game-ai

I wanted to do this in C++ as I had an AI framework to test in that language, however, if you're not constrained by language, I would recommend a higher-level language like Python.

Either Python-Ogre or even Panda 3D are much faster to work with, and make it easier to manage game logic, etc...

I hope that helps!

Join us in Vienna for the nucl.ai Conference 2015, on July 20-22... Don't miss it!

This topic is closed to new replies.

Advertisement