I need to make a score table function which keeps a track of the points. the first player to reach 11 points wins, however the game must be won by aleast a 2 point margin.
the players points should be displayed on two halves of the graphic window. for example:
http://img413.imageshack.us/i/boxz.jpg/
the player should clicj on there side of the window to increase the point. after the players wins, a wins message should be displayed under the winner. the next click should close the window
def main():
I am not sure how to start the code, any help would be great