Skip to content

snehangsude/Tic_Tac_Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic_Tac_Toe

A console game of Tic-Tac-Toe

Written in python 3.9

Installation on Windows:

  • git clone https://github.com/snehangsude/Tic_Tac_Toe.git
  • cd Tic_Tac_Toe
  • python main.py

Installation on Linux and Unix like OS:

  • git clone https://github.com/snehangsude/Tic_Tac_Toe.git
  • cd Tic_Tac_Toe
  • python3 main.py

Interface Images

  • Placement numbers

  • Game Console

How to use

  • Run the application using the Installation section
  • The Grid would be created and the placement numbers are displayed on the top prior to the game
  • Currently, it's a 1-Player Vs Computer

Improvements planned

  • Plans to improve the Computer's choice of input
  • Setting difficulty levels to the game
  • Improve the choice of playing with Computer or 2-Players

About

A console game of Tic-Tac-Toe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages