Nope. The XNA framework itself only allows one Game instance to run before you have to shut it down again. So you would have to extensively rewrite any game you wanted to put into this system to not inherit from the core Game class that all of them likely do. It's way more work than it's worth.
|