tic-tac-toe
A basic tic tac toe game on python!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ │ Welcome to Tic-Tac-Toe │ │ Written by Shubham Kumar Chandrabansi │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
┌───┬───┬───┐
| 1 | 2 | 3 |
├───┼───┼───┤
| 4 | 5 | 6 |
├───┼───┼───┤
| 7 | 8 | 9 |
└───┴───┴───┘