1

I am thinking about developing a game for xbox kinect, but it is a multiplayer game, but there are no multiplayer games for kinect right now, so, i was wondering if it's even possible? Multiplayer as in over the network, not in the same room.

Crashworks
  • 40,496
  • 12
  • 101
  • 170
Val
  • 629
  • 1
  • 6
  • 12

1 Answers1

3

You can develop a multiplayer Kinect game for the PC (see this link), but not for XBOX 360, unless you are a Microsoft affiliate, and have access to the XBOX 360 Native Development Kit, which requires signing a non-disclosure agreement. This is NOT possible using XNA.

bbosak
  • 5,353
  • 7
  • 42
  • 60
  • 1
    Which leads us to the question: Why not ? From my point of view, the Kinect is just another input device, it should not block the network aspect of any game. – Machado Dec 15 '11 at 17:21