Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 368 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 368 Bytes

Tic Tac Toe in Python

I created a game as part of the Complete Python Bootcamp Udemy course

Here are the requirements:

  • 2 players should be able to play the game (both sitting at the same computer)
  • The board should be printed out every time a player makes a move
  • You should be able to accept input of the player position and then place a symbol on the board