Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 509 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 509 Bytes

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.