Hi Everyone,
I made a one player game for a client, and now they are hoping to allow 2 players to play at the same time on one monitor. (Split-screen, but separate instances of the game that don't need to communicate with each other in any way)
I tried running multiple instances of the same game, and its tricky, but I can get that to work, BUT, only one window can be in focus and accept input.
Can anyone thing of a clever trick to get around this limitation...asside from remaking the game from scratch as split-screen?
thanks,
Mike