BRAINS – XNA A.I Library – Source Code
As mentioned in a previous post I have been working on an A.I library for use with XNA games. I have attached the latest source code to this post as well as the location to the SVN which I will be continuing to update.
If you do try it out and find any issues you would like to have fixed, please let me know and I’ll happily respond to requests. If anyone would like to contribute in the form of a patch or just contribute in the form of ideas and feedback, It’s all welcome.
Brains is only about 2 weeks old since I started the clean new project and it’s still very much a work in progress so there are still lots of features I could add to this middleware component to make it more useful.
In the project is the main BRAINSFramework along with the debug AIRendering project. A Gamestatemanagement library for setting up a new game quickly and the AIDemos. There is also a very primitive Behavior tree designer which I’m currently working on making more friendly and feature rich.
I will be writing more comprehensive documentation in due course along with some articles to accompany the BRAINS library.
Kevin said,
July 16, 2009 at 9:24 pm
I just checked out the SVN root and it won’t build because the subfolders ScreenManager and Screens are missing and with that, the sourcefiles as well.
I thought you’d might like to know!
I’ll go ahead and check out the lib now.
Kind regards,
Kevin
Kevin said,
July 16, 2009 at 9:26 pm
Correction, the source files are only missing. (I just pulled them off the zip file for now.)
conkerjo said,
July 17, 2009 at 3:20 pm
Oops.. Apologies, I will try and resolve this as soon as I can.