Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 548 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 548 Bytes

Terminal Tic-Tac-Toe

What does the project do?

The project is the famous TIC-TAC-TOE game written in python using the curses module (a c++ version is also available in the repo).

Who is this project for?

The project is interactive type and can be used by anyone who has some knowledge on programming.

How do I use it?

Just run the tic_tac_toe.py file

For linux, in the terminal, go to the file directory and type the following code:

python3 tic_tac_toe.py

To run the c++ version,

g++ tic_tac_toe.cpp
./a.out