Single player tic tac toe game

i made a regular single player tic tac toe game you play against the computer
https://replit.com/@PrestonCurtis1/1-player-tic-tac-toe#icon.png

1 Like

Its actaully pretty smart

Nice game, and your right, I actually got beat the first time.
One recommendation:
On line 169 you had defined list as your argument. In Python this is highly discouraged because your overwriting the existing list type. So you should probably change it to something like tiles or mylist

1 Like

Ok thanks @dragonhunter1