https://github.com/codeslash21/tic_tac_toe
https://github.com/codeslash21/tic_tac_toe
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeslash21/tic_tac_toe
- Owner: codeslash21
- License: mit
- Created: 2020-01-17T12:31:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T13:07:13.000Z (over 6 years ago)
- Last Synced: 2025-02-15T15:51:22.944Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic_Tac_Toe Game
This is Tic Tac Toe game build using Python3. This is a two player game.
## Getting Started
1. Download and instaall ['Python3'](https://www.python.org/downloads/)
2. Then simply run the python file.
And, now enjoy the game.
### Through Comand Line
1. cd (change directory) to that directory where Tic.py file is located.
2. Type command _python Tic.py_
3. When gives string input then use _*''*_ or _*""*_
## License
This project is under _MIT License_ -see more details in ['LICENSE'](https://github.com/codeslash21/Tic_Tac_Toe/blob/master/LICENSE)