https://github.com/valeriitsekhmaistruk/tictactoe
Tic Tac Toe in Python
https://github.com/valeriitsekhmaistruk/tictactoe
kivy kivy-application python python3 tic-tac-toe tictactoe-game
Last synced: about 1 month ago
JSON representation
Tic Tac Toe in Python
- Host: GitHub
- URL: https://github.com/valeriitsekhmaistruk/tictactoe
- Owner: ValeriiTsekhmaistruk
- License: mit
- Created: 2021-11-06T14:52:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T16:14:50.000Z (over 3 years ago)
- Last Synced: 2025-02-10T23:55:02.343Z (3 months ago)
- Topics: kivy, kivy-application, python, python3, tic-tac-toe, tictactoe-game
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic Tac Toe
\

### To install all dependencies use the command:
`pip install kivy`### To run the game enter the command:
`python main.py`