view run_game.py @ 717:3b2d1adca59c pyntnclick

Pull a bunch of draw logic out of rect_drawer and over to the widgets
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 05 Aug 2012 21:50:34 +0200
parents ebb2efcb4ea7
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()