view run_game.pyw @ 123:915fd0ee28f5

Added test tile orientation
author Gideon Visser <gideon@gideonvisser.com>
date Sun, 11 Sep 2011 20:59:16 -0700
parents 08941f788c15
children
line wrap: on
line source

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