BRAINS – XNA A.I Library – Source Code

July 12, 2009 at 3:24 pm (A.I, XNA) (, , , , , )

image 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.

Brains Source ZIP Download

Brains SVN Root

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.

3 Comments

  1. Kevin said,

    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

  2. Kevin said,

    Correction, the source files are only missing. (I just pulled them off the zip file for now.)

  3. conkerjo said,

    Oops.. Apologies, I will try and resolve this as soon as I can.

Post a Comment