Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

kamil-oberaj/Python-TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-TicTacToe

Simple python Tic Tac Toe game with custom made board and functions.

The current version of the game contains:

  1. Winner checking > done ✔ on 27.09.2021,
  2. Tie checking > done ✔ on 27.09.2021,
  3. Database connection > done ✔ on 06.10.2021,
  4. Game types:
    • User vs User > done ✔
    • 5b. User vs Bot > done ✔ on 06.10.2021

If you want to play the game please make sure you have installed:

  1. PyMySQL -> pip install pymysql or pip3 install pymysql
  2. MySQL database or PHPMyAdmin with imported database (from file called "tictactoe.sql" from my TicTacToe repo)