view run_game.pyw @ 312:72aca01c87ed

Basic claw attack, stealing liberally from other people's code! ;)
author David Sharpe
date Fri, 06 Sep 2013 00:37:26 +0200
parents 1ea8fa09b70f
children d66b6fce6f9b
line wrap: on
line source

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