Implemented basic scoring code, so that scoring estimates are drawn at the end of a game
This commit is contained in:
parent
c8e8379308
commit
700a6a2f32
6 changed files with 92 additions and 31 deletions
2
pygo.py
2
pygo.py
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue