0% found this document useful (0 votes)
26 views3 pages

Computer Project Synopsis

Uploaded by

Renuka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views3 pages

Computer Project Synopsis

Uploaded by

Renuka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

GAMEZONE

Computer Project -
Synopsis

Developed by :
Renuka R
SYNOPSIS:

Our project is a gamezone , where users can select the game


they wish to play. The gamezone consists of multiple games that
includes- Tic Tac Toe , Hangman , solve the riddles.

Tic Tac Toe:

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:

In this game the computer will be provided with a database with


different categories of words that include - countries , Animals ,
Planets , Colors , food etc . The user will be asked to choose one
of these categories and will have to guess the random generated
word that the computer selects from the given category . The user
will also be given 1 hint for each word . Each user will get 7
guesses to guess the word. If the user is able to guess the word
then they win else they lose
Solve the riddle:

In this game the computer will be given a database with different


riddles with around 20-30 riddles. The computer will
auto-generate any one of the riddles and the goal of the user is to
solve the riddle in 3 guesses. If the user is able to guess the word
then they win else they lose.

You might also like