Skip to content

AshuHK/Tic_Tac_Toe_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic_Tac_Toe_Game

Table of Contents

About

This is a simple take on the classic game of tic-tac-toe. Rather than making a simple command line version of tic-tac-toe, I built a rather intuitive GUI around the game so that it is easy to play and understand.

Getting Started

All you need to get started is to clone this repo into any directory that you want by using the following command:

git clone https://github.com/AshuHK/Tic_Tac_Toe_Game.git

Prerequisites

The prerequisites are rather self-explanatory and are most likely already installed on your local system:

  • Python 3.5 or above - the programming language this game was written in. Installation instructions can be found here
  • Tkinter - the GUI framework used to display the game. Installation instructions can be found here too

Installing

After cloning the repo into, you can simply start the game using:

python main.py

or

python3.8 main.py

Contributing

To contribute, you can make a pull request or issue on this repository if there are any sorts to be added, bugs to be fixed, or anything else.

Releases

No releases published

Packages

 
 
 

Languages