Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T23:57:06.000Z (10 months ago)
- Last Synced: 2024-04-13T04:07:31.643Z (10 months 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 💻
![image](https://github.com/reshmaharidhas/Tic-Tac-Toe/assets/37250413/8861b32d-d936-4ad2-92ba-27a6521a8078)
![image](https://github.com/reshmaharidhas/Tic-Tac-Toe/assets/37250413/9e7f6e7c-e8af-4707-96b6-69e5c8d8a665)
![image](https://github.com/reshmaharidhas/Tic-Tac-Toe/assets/37250413/e4e92ae6-a8bc-4e75-95b0-1e5c0823c049)
![image](https://github.com/reshmaharidhas/Tic-Tac-Toe/assets/37250413/f7ea1b0f-d8b3-469c-b847-d85eab0ad514)## Demo 💻🎮
![Tic Tac Toe preview](https://github.com/reshmaharidhas/Tic-Tac-Toe/assets/37250413/80010982-9c97-4738-863d-6d3a873e24d4)## 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.