https://github.com/reshmaharidhas/tic-tac-toe
Desktop application built using Python and Tkinter to play the game of 'Tic Tac Toe'
https://github.com/reshmaharidhas/tic-tac-toe
board-game desktop-app desktop-application exe game-development gui logic-game py2exe pycharm python python-application python-game python-to-exe python3 software tic-tac-toe tic-tac-toe-game tic-tac-toe-python tictactoe tkinter
Last synced: about 2 months ago
JSON representation
Desktop application built using Python and Tkinter to play the game of 'Tic Tac Toe'
- Host: GitHub
- URL: https://github.com/reshmaharidhas/tic-tac-toe
- Owner: reshmaharidhas
- License: mit
- Created: 2024-04-12T20:32:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T23:57:06.000Z (about 1 year ago)
- Last Synced: 2024-04-13T04:07:31.643Z (about 1 year ago)
- Topics: board-game, desktop-app, desktop-application, exe, game-development, gui, logic-game, py2exe, pycharm, python, python-application, python-game, python-to-exe, python3, software, tic-tac-toe, tic-tac-toe-game, tic-tac-toe-python, tictactoe, tkinter
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 💻



## Demo 💻🎮
## Installation 🔌
```bash
$ git clone https://github.com/reshmaharidhas/Tic-Tac-Toe
```
```bash
$ cd Tic-Tac-Toe/.venv/Scripts
```
## Run the Game 🎮
```bash
$ python3 tictactoe.py
```## License
This project is licensed under the MIT License.