view run_game.pyw @ 302:a0a471ad2ee8

Pass bullet hits through to the target
author Stefano Rivera <stefano@rivera.za.net>
date Thu, 05 Sep 2013 23:57:50 +0200
parents 1ea8fa09b70f
children d66b6fce6f9b
line wrap: on
line source

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