geegog / TicTacToePython

Tic Tac Toe Game in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToePython

Tic Tac Toe Game in Python

How To Play

Two Player 'o' and 'x'

Enter a number from 1 - 9 to make a move


         |            |
         |            |
 7       |     8      |     9
         |            |
         |            |

         |            |
         |            |
         |            |
 4       |     5      |     6
         |            |
         |            |

         |            |
         |            |
         |            |
 1       |     2      |     3
         |            |
         |            |

There can be a win or a draw

About

Tic Tac Toe Game in Python


Languages

Language:Python 100.0%