Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/37743/day-night-ttt
A project that simulates the Tic-tac-toe game using a local private database through MariaDB to store match data.
https://github.com/37743/day-night-ttt
kivy mariadb python tic-tac-toe
Last synced: 29 days ago
JSON representation
A project that simulates the Tic-tac-toe game using a local private database through MariaDB to store match data.
- Host: GitHub
- URL: https://github.com/37743/day-night-ttt
- Owner: 37743
- Created: 2023-10-13T23:44:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T08:44:21.000Z (about 1 year ago)
- Last Synced: 2024-10-14T06:22:56.822Z (29 days ago)
- Topics: kivy, mariadb, python, tic-tac-toe
- Language: Python
- Homepage:
- Size: 2.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# T.A. Note:
This is Yousef Gomaa's GitHub account. STUDENT ID: 320210207
This project requires "Kivy" python package.
Run "main.py" at root to launch the project.# Tic-tac-toe Project Snapshots:
## Main Menu:
!["Main Menu"](https://github.com/37743/tictactoe/blob/main/snapshots/v0-1-6-menu.png?raw=true)## Game, Match 14:
### Matches are exported locally through queries using SQL connector.
!["Match 14"](https://github.com/37743/tictactoe/blob/main/snapshots/v0-1-6-o-win.png?raw=true)## Game, Match ? - Mode: DFS:
!["Match ?"](https://github.com/37743/tictactoe/blob/main/snapshots/v0-9-2-o-win-ai.png?raw=true)