view run_game.pyw @ 92:4c7e85906453

Start next to the wall, not in it.
author Jeremy Thurgood <firxen@gmail.com>
date Mon, 02 Sep 2013 08:47:05 +0200
parents 1ea8fa09b70f
children d66b6fce6f9b
line wrap: on
line source

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