Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)