view run_game.pyw @ 484:ad29184ee944

Put crew doors in roughly the right places.
author Simon Cross <hodgestar@gmail.com>
date Sat, 07 Sep 2013 17:26:44 +0200
parents 1ea8fa09b70f
children d66b6fce6f9b
line wrap: on
line source

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