Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 373 Bytes

File metadata and controls

23 lines (18 loc) · 373 Bytes

TicTacToe

Basic 2 Player Tic Tac Toe that I made in python 3.9

You can play against another human or against the computer if you dare :)

Looks like:

  A  |  B  |  C  

     |     |
  #  |  #  |  #    | 1
_____|_____|_____
     |     |
  #  |  #  |  #    | 2
_____|_____|_____
     |     |
  #  |  #  |  #    | 3
_____|_____|_____
     |     |

Player1 (X) >