Computer Science Canada

Help making 2 player programs

Author:  bigchrisdaddy [ Sat May 29, 2004 1:12 pm ]
Post subject:  Help making 2 player programs

im trying to make a tron-style game but am having trouble using the Input.KeyDown function. if anyone can help give me some tips i would greatly appreciate it

Author:  AsianSensation [ Sat May 29, 2004 1:26 pm ]
Post subject: 

well, considering most keyboards allow you to hold down to 4 at the same time. I would suggest use keys such as ctrl, alt, and shift to one person's keyboard, while use some other key for the next player.

Though Input.KeyDown itself isn't hard to use. It just checks whatever key is held down. The turing reference manual explains it quite well.

If it's not those problems, feel free to post what's wrong with your program.


: