Example #1
0
def main():
    """ Tests the game over state. """
    app = Application()
    config = app.game_config
    config.home_pile_size = 1
    app.goto_prepare()
    app.main()