Skip to content

Qu1nel/TicTacToe

Repository files navigation

logo

Tic Tac Toe

Memorable first draft of the OOP

contributors last update forks stars open issues

python Version project version license linting


Contents

About TicTacToe

The first OOP python project 💜

View demo

gif_demo

Screenshots

preview_1 preview_2

Installation

Clone the repository and run the file run.py.

Requirements

The Python interpreter version 3.11+ and preferably poetry

Install requirements with poetry:

poetry install

Getting started

Clone this repository and navigate to it with the command:

git clone https://github.com/Qu1nel/Cardioid.git
cd Cardioid/

If you have the make and poetry installed, you can run the game with the command:

make run

Or

poetry run python run.py

Or you can simply run run.py using the python interpreter

Windows

python run.py

Linux

python3 run.py

Documentation

make help

Developers

License

MIT © Ivan Kovach

This Project Qu1nel.TicTacToe in distributive under the MIT License, and it also uses those codes that are distributed under the MIT License.