Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 461 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 461 Bytes

What is this game?

Tic-tac-toe, noughts and crosses, or Xs and Os is a paper-and-pencil game for two players who take turns marking the spaces in a three-by-three grid with X or O.

How does this work?

This works on basic conditional logic. This game makes efficient use of if-else statements and is a perfect beginner friendly project.

Who can contribute?

Anyone new or vetran in Python can feel free to contribute and make this more user friendly.