Skip to content

Desktop application built using Python and Tkinter to play the game of 'Tic Tac Toe' in 3x3 board by two players

License

Notifications You must be signed in to change notification settings

reshmaharidhas/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Python desktop application 'Tic Tac Toe' for two players in 3x3 grid
Built using Tkinter

Programming Language

  • Python

Development Tools ๐Ÿ’ป

  • PyCharm
  • PyInstaller

Features ๐Ÿ”†

  • Simple user-Friendly Interface
  • Two-player gaming
  • Multiple rounds of gameplay
  • Score counter for both players across multiple rounds
  • Reset button to reset scores back to 0 and start a new game, instead of closing the application
  • Works offline without the need of Internet connection

Screenshots ๐Ÿ’ป

image image image image

Demo ๐Ÿ’ป๐ŸŽฎ

Tic Tac Toe preview

Installation ๐Ÿ”Œ

  $ git clone https://github.com/reshmaharidhas/Tic-Tac-Toe
  $ cd Tic-Tac-Toe/.venv/Scripts

Run the Game ๐ŸŽฎ

$ python3 tictactoe.py

License

This project is licensed under the MIT License.