view run_game.pyw @ 17:236de980209a

Add simple command line processing
author Neil Muller <drnlmuller@gmail.com>
date Sun, 11 Sep 2011 13:46:30 +0200
parents 08941f788c15
children
line wrap: on
line source

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