view run_game.py @ 630:a5f573002fb0 pyntnclick

Pass rect around (we're going to be doing this alot).
author Simon Cross <hodgestar+bzr@gmail.com>
date Sat, 11 Feb 2012 22:20:52 +0200
parents ebb2efcb4ea7
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()