Skip to content

Commit

Permalink
Fixed player2's name on init
Browse files Browse the repository at this point in the history
  • Loading branch information
CSaratakij committed Apr 28, 2016
1 parent 03049fc commit 9c0408c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/view/localmultiplayerview.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class LocalMultiplayerView(Screen):

game = TicTacToeGame()
player1 = Player("Player1", "X")
player2 = Player("Computer", "O")
player2 = Player("Player2", "O")

game.add_player( [player1, player2] )

Expand Down

0 comments on commit 9c0408c

Please sign in to comment.