#!/usr/bin/python2.5

######################
# DUNGEON-RPG ########
# By: John Gunderman #
######################

from lib.game import Game

game = Game()

game.run()
Exemple #2
0
def main(stdscr):
    game = Game(config)
    game.run(stdscr)