a2ruan / Tic-Tac-Toe

Tic-tac-toe game made with 🐍. Includes player, game classes and a GUI interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe

This repository contains python based interactive Tic-Tac-Toe game

Graphical User Interface

Material Design (Dark Teal)

55f8fddc967cc7bc455accb3ef522d1e

Features

  1. Create player, game and GUI instances
  2. Keep track of player scores
  3. Reset board
  4. Reset scores

Running Tic-Tac-Toe

  1. Clone repository
git clone https://github.com/a2ruan/Tic-Tac-Toe
  1. Download dependencies in cmd
pip install pyqt5
pip install pt_material
  1. Run main.py to start program
python main.py

Program UML

Model, Controller, View architecture

image

About

Tic-tac-toe game made with 🐍. Includes player, game classes and a GUI interface


Languages

Language:Python 100.0%