Skip to content

brantheoliver/py_tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Game in Python

This project consists of a tic-tac-toe CLI game developed in python language.

It's you against a "NPC" player, not PvP (yet).
This game was developed as a short project to improve my skills on programming with python language.

How to use it:

Windows users:

git clone https://github.com/BranTheOliver/tic_tac_toe.git
cd tic_tac_toe
pip install -r requirements.txt
python tic_tac_toe.py

Linux users:

git clone https://github.com/BranTheOliver/tic_tac_toe.git
cd tic_tac_toe/
pip3 install -r requirements.txt
python3 tic_tac_toe.py

Requirements:

  • os: built-in python module
  • random: built-in python module
  • colorama: not a built-in python module (Windows user -> pip install colorama Linux user -> pip3 install colorama)

About

🕹️ A tic tac toe CLI game in python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages