view run_game.pyw @ 25:e93eac7cf8c2

Consider a spherical werewolf.
author Simon Cross <hodgestar@gmail.com>
date Sun, 01 Sep 2013 15:57:07 +0200
parents 1ea8fa09b70f
children d66b6fce6f9b
line wrap: on
line source

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