Skip to content

tic tac toe draw and check#14

Open
hankazajicova wants to merge 2 commits into
masterfrom
tic-tac-toe
Open

tic tac toe draw and check#14
hankazajicova wants to merge 2 commits into
masterfrom
tic-tac-toe

Conversation

@hankazajicova
Copy link
Copy Markdown
Owner

No description provided.

break

print("Make your move as row number,column number")
player_input = input(f"Player {current_player}, you are on - row/column: ")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it looks good. 👍

What do you think about adding a validation for user input? It should prevent user to enter place, which is already taken or choose place out of the board.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants