view run_visualization.py @ 125:c224057befff

put 'End Turn' & 'Next Turn' buttons in the same place. Move 'Exit' button away from the action
author Neil Muller <drnlmuller@gmail.com>
date Thu, 10 May 2012 12:19:29 +0200
parents b27b4dede626
children
line wrap: on
line source

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


from gamelib import visualize
visualize.main()