I'm trying to develop a team based asteroids type game. Its going well except for the multiple user inputs to a single machine... Can anyone recommend a method for getting and updating 6 players using a single computer? is it even possible? at the moment I'm working with a couple of old XBox controllers and a keyboard and its almost working...
is it possible to add additional keyboards?
and would you arrange the code into one big get events function or is there a better way to check for user inputs at this scale?
Cheers,