Skip to content

Commit

Permalink
finished the play methd
Browse files Browse the repository at this point in the history
  • Loading branch information
Isuru4043 committed Oct 10, 2023
1 parent d464f7f commit 63aaf55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions game.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ def play(game, x_player, O_player, print_game=True):

letter = 'O' if letter == 'X' else 'X'

print('It s a tie')


0 comments on commit 63aaf55

Please sign in to comment.