Implemented basic scoring code, so that scoring estimates are drawn at the end of a game

This commit is contained in:
2012-04-21 02:50:52 -04:00
parent c8e8379308
commit 700a6a2f32
6 changed files with 92 additions and 31 deletions

View File

@ -62,6 +62,8 @@ class Pygo():
self.games.append_page(game, gtk.Label('Local Game'))
self.games.set_tab_reorderable(game, True)
game.show_all()
game.winner_box.hide()
def on_net_direct(self, widget):