Skip to content

Tic Tac Toe implementation using C and Python.

License

Notifications You must be signed in to change notification settings

s3h4n/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe 🎮

Tic Tac Toe implementation using C and Python.

Installation ✨

Clone this git repo to your local computer.

git clone https://github.com/s3h4n/TicTacToe.git

Usage 🔥

For C programming language.

gcc -o main main.c && ./main

For Python.

python3 __main__.py

Contributing 🤝

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Releases

No releases published

Packages