https://github.com/boudhayan-dev/tic-tac-toe
A Python script that plays tic-tac-toe with the user.
https://github.com/boudhayan-dev/tic-tac-toe
Last synced: 7 months ago
JSON representation
A Python script that plays tic-tac-toe with the user.
- Host: GitHub
- URL: https://github.com/boudhayan-dev/tic-tac-toe
- Owner: boudhayan-dev
- License: mit
- Created: 2016-08-27T09:42:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-27T10:14:02.000Z (almost 10 years ago)
- Last Synced: 2024-12-28T23:11:33.727Z (over 1 year ago)
- Language: Python
- Size: 1.51 MB
- 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
A Python script that plays tic-tac-toe with the user.
# Overview -
This script plays a game of tic-tac-toe with a single player . The script determines who goes first , randomly . In, case there is a tie between the player and the computer , 'match is a tie ' message is displayed or else , the winner is displayed .
#Requirements -
1. Python 3.0 or higher.
2. Python modules - os , sys , time , random.
Note:- Run the script from the command line window or just run the .bat file for the optimal experience . Additionaly , check out the videos attached to get an idea about the game .