Ok, so I've coded a fighting game with a single player that can move, fight, and use all other basic functions. However, the way I coded the original program makes it hard to put in another player in the same set of code. Is there a way to create a set of code running seperately from my original code or perhaps have a form running in the background detecting keystrokes in order for another player to be added and both play simultaneously?
