view run_game.pyw @ 202:498c1d659a94

Remove a segment when driving over the small rat.
author Simon Cross <hodgestar@gmail.com>
date Wed, 14 Sep 2011 20:19:41 +0200
parents 08941f788c15
children
line wrap: on
line source

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