view run_game.pyw @ 510:2cdfbc483d57

Don't put the starting level in the world, it just creates too much pain
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 07 Sep 2013 19:22:15 +0200
parents 1ea8fa09b70f
children d66b6fce6f9b
line wrap: on
line source

import yourgameshortname.main
if __name__ == "__main__":
    yourgameshortname.main.main()