view run_game.pyw @ 595:f27494691c0b

Add back snake-body.svg (lost in the mists of time) and regenerate snake-body.png.
author Simon Cross <hodgestar@gmail.com>
date Sat, 14 Jan 2023 18:19:36 +0100
parents 08941f788c15
children
line wrap: on
line source

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