A simple console-based implementation of the classic Tic-Tac-Toe game using Python.
-
Make sure you have Python installed. You can download it from python.org.
-
Clone this repository to your local machine:
git clone https://github.com/Bilguun04/tic-tac-toe.git
-
Navigate to the project directory:
cd tic-tac-toe
Run the game by executing the following command in your terminal:
python tic_tac_toe.py
Follow the on-screen instructions to play the game.
tic-tac-toe/
│ tic_tac_toe.py # Main Python script
│ README.md # Project documentation
Feel free to contribute by reporting issues, suggesting enhancements, or submitting pull requests.
- Report issues or request features on the issue tracker.
- Fork the repository, make changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or suggestions, feel free to contact the author:
Your Name Email: bilguunbek0607@gmail.com, bilguun.tegshbayar@mail.mcgill.ca
- v1.0 (2nd February): Initial release