Skip to content

A simple Tic Tac Toe Game, made entirely in Python with subtle TUI.

License

Notifications You must be signed in to change notification settings

RohanKP1/pytiti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytiti - TUI based Tic Tac Toe Game

Screenshot-2022-07-11-163956.png

Screenshot-2022-07-11-164124.png


A simple Tic Tac Toe Game, made entirely in Python with subtle TUI (Terminal User Interface).


Installation

Linux

use these commands in terminal :

git clone https://github.com/RohanKP1/Pytiti.git
cd Pytiti/
sudo mv pytiti /usr/bin/ && chmod +x /usr/bin/pytiti

macOS

use these commands in terminal :

git clone https://github.com/RohanKP1/Pytiti.git
cd Pytiti/
sudo mv pytiti /usr/local/bin/ && chmod +x /usr/local/bin/pytiti

Windows

Use pytiti.py file to run the Game.

Flags :

-h : For the instructions of the game
-p : To play the game

How to Run:

For Help :

pytiti -h

To Play:

pytiti

About

A simple Tic Tac Toe Game, made entirely in Python with subtle TUI.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages