annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
1 #! /usr/bin/env python
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
2
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
3 from gamelib import main
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
4 main.main()