Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 491 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 491 Bytes

Tic Tac Toe

This is very simple and beginner friendly Tic Tac Toe using python. It runs inside the terminal and asks for the user to enter their positon and switches user accordingly

It servers the following features

  • Checks if the user input is valid
  • Check if the positon is avaible
  • It is played by 2 Players
  • The player switches after every move