An open API service indexing awesome lists of open source software.

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.

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 .