Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 674 Bytes

README.md

File metadata and controls

39 lines (35 loc) · 674 Bytes

Tic Tac Toe Python

This is my CSC233 Programming Paradiam's homework. ####Please don't copy whole code, but use just for idea.
###Requirement

  • Python3.X

###How to use it

  1. Your computer have to installed Python 3.X
  2. Clone this repo
$ git clone https://github.com/antronic/tic_tac_toe_python.git
  1. Go to tic_tac_toe_python directory
$ cd tic_tac_toe_python
  1. Run it!
$ python tic_tac_toe.py
  1. Enjoy it!
Welcome to TIC TAC TOE GAME
---------------------------

Starting with  X

-----------
 1 | 2 | 3
-----------
 4 | 5 | 6
-----------
 7 | 8 | 9
-----------

[ X ] , which position you want to place :