Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 815 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 815 Bytes

Tic-Tak-Toe

Tic Tak Toe Game for 2 players made in Python 3x

Steps to Run :

  • Python3 must be installed in your System.

    • To download Python3, refer this link
  • Download this repo...

  • Or use these commands if you want to clone :

    • Firstly, install git
      • Git-Bash(for windows)
      • Commands to install git(for debian/ubuntu linux)
      sudo apt-get install git
      
    • Clone Commands :
      pwd
      cd "Directory/Folder Name in which you want to clone"
      git clone https://github.com/ParthS007/tic-tac-toe.git
      
  • If you are using a IDE, simply run the program

  • If you are using Terminal, then follow these commands :

    cd tic-tak-toe
    python3 game.py
    

    😄 ENJOY THE GAME! 👍