Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions tile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
move1=0
move2=0
move=0
#actual tile values of tic tac toe which change state to '1' when occupied
tile1=0
tile2=0
tile3=0
Expand All @@ -12,7 +13,8 @@
tile7=0
tile8=0
tile9=0

#player id
player1=1
player2=2
turn=player1
#the first turn goes everytime to player 1
turn=player1