Quickstart
================

Here's an example of a minimal Mudmaker application.::

    >>> from mudmaker import Game
    >>> game = Game()
    >>> game
    Game(127.0.0.1:4000)
