Computer Project Synopsis
Computer Project Synopsis
Computer Project -
Synopsis
Developed by :
Renuka R
SYNOPSIS:
Tic tac toe is a two player game, in this case it will be the user and
the computer.For this game a 3X3 square grid will be created
using Nested lists. The user will be given a choice to choose
between ‘X’ or ‘O’ .If the user chooses ‘X’ then he/she will then be
required to input ‘X’ in one of the squares of the grid . In response
the program will input ‘O’ in another square. If the user manages
to succeed in creating a horizontal,vertical or diagonal three
consecutive ‘X’ on the grid , then they win. Else they lose. There
may be instances where there is a tie in that case no winner will
be declared.
Hangman: