Xna Console allows you to debug and tweak your game on the fly by providing a simple text interface to an interpreter, such as IronPython. You can change variables, test code, or even play your game itself indirectly from the relative safety of a console, all while your game is still running.
Changes:
- Upgraded to XNA v.3.0
- Now uses XnaInput for input, instead of direct XNA. This makes it easier to switch between using gamepad, keyboard, and mouse, or some custom input source. Check out the XnaInput project for more information.