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?
Asked
Active
Viewed 409 times
1 Answers
1
XNA is your friend. It's free and you write Apps in C#.

Mark P Neyer
- 1,009
- 2
- 8
- 19
-
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 '09 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 http://repast.sourceforge.net/ . I don't know if it works on the xbox though... – RCIX Aug 31 '09 at 05:49