view run_visualization.py @ 106:5977a709f8c8

Refactor out a bunch of common gui code stuff (since Jermery's not touching this)
author Neil Muller <drnlmuller@gmail.com>
date Wed, 09 May 2012 22:19:09 +0200
parents b27b4dede626
children
line wrap: on
line source

#! /usr/bin/env python
'''
Requires graphviz, pygraphviz, and networkx
'''


from gamelib import visualize
visualize.main()