Skip to content

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

Notifications You must be signed in to change notification settings

ParthS007/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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! 👍

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages