Skip to content

Ameenafz248/Terminal-Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A program coded in C++ to play tic-tac-toe in the terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published