view run_game.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 d0de8832774b
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()