vote up 1 vote down star
1

What is the best way to design an ABS using the XBOX 360 hardware? Can I follow my standard developing framework methodologies such as domain driven design? Are there frameworks out there that handle world creation and updates in C# for XBOX? Any good resources regarding the creation of generic simulations?

flag

1 Answer

vote up 1 vote down check

XNA is your friend. It's free and you write Apps in C#.

http://creators.xna.com/en-US/

link|flag
But how does it support building simulations? Are there any frameworks out there that integrate into XNA for building agent based simulations? – Andrew Siemer Jul 20 at 23:52
XNA is a platform for creating games for the xbox 360 or windows. However you can design simulation or other applications for it, as others have done. For instance, you might be interested in repast.sourceforge.net . I don't know if it works on the xbox though... – RCIX Aug 31 at 5:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.