Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 328 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 328 Bytes

Simple-Tic-Tac-Toe-Game

This is a Simple Tic Tac Toe(O X) Game made using python

Output as given below:-

0 | 1 | 2 3 | 4 | 5 6 | 7 | 8 X's turn Choose a position from 0-8: 1 0 | X | 2 3 | 4 | 5 6 | 7 | 8 O's turn Choose a position from 0-8: 4 0 | X | 2 3 | O | 5 6 | 7 | 8 X's turn

Also don't get confused by "0" and "O".