0% found this document useful (0 votes)
3K views

Department of Computer Science & Engineering: Presentation On "Number Guessing Game"

The document describes a number guessing game project presented by three students. The game allows a user to guess a random number selected by the system between 1-100. It provides the objective to build a game where the user guesses the number in minimum number of tries. The document outlines the introduction, objective, problem statement, hardware requirements of Pentium I3 processor, 500GB hard disk, LED monitor, keyboard and 4GB RAM, and software requirements of Windows 10 OS, Python language and MySQL database.

Uploaded by

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

Department of Computer Science & Engineering: Presentation On "Number Guessing Game"

The document describes a number guessing game project presented by three students. The game allows a user to guess a random number selected by the system between 1-100. It provides the objective to build a game where the user guesses the number in minimum number of tries. The document outlines the introduction, objective, problem statement, hardware requirements of Pentium I3 processor, 500GB hard disk, LED monitor, keyboard and 4GB RAM, and software requirements of Windows 10 OS, Python language and MySQL database.

Uploaded by

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

SKN Sinhgad College Of Engineering, Korti, Pandharpur.

(Accredited by NAAC “A” Grade)

Presentation on
“Number guessing game”
Presented by
1.Gaondhare Nikita Tatyaso
2.Ghadage Sandhya Uttam
3.Jamadade Aarti Sadashiv
Guided by:-
Prof. Parihar r.b.

Department of Computer Science & Engineering


 Index
• Introduction
• Obejective
• Problem statement
• Hardware reqirement
• Software reqirement
• Front end
• Back end
 Introduction
 In this game we need two players to play the first player thinks of a secret number in some
known range while the second player attempts to guess the number.  After each guess, the first
player answers either "Higher", "Lower" or "Correct!  "depending on whether the secret number
is higher, lower or equal to the guess. In this project, you will build a simple interactive program
in Python where the computer will take the role of the first player while you play as the second
player.
 Build a Number guessing game, in which the user selects a range.
 Some random integer will be selected by the system and the user has to guess that integer
in the minimum number of guesses
 we have formula :-
Minimum number guessing=
 
A number guessing game aims to guess the number that the program has come up with Essentially
the program logic is
1.The program randomly selects a number between 1 and 100 or any other combination of
numbers. 
2. It will then ask the player to enter his proposal.
3. It will then check if this number is the same as the one generated randomly by the computer if so,
the player wins.
4. If the player’s guess is not the same, then he will check if the number is higher or lower than the
guess and tell the player
Objective

• The aim of our number guess game is to guess the number that the program has come up
with.  The program randomly selects a number between 1 and 100. ... It will then check
to see if that number is the same as the one the computer randomly generated if it is then
the player has won. 
 Problem Statement
• Make a program that will play a “Number Guessing Game” with the user.
The program will select between 1 and 100 then the user will keep making
guesses of what the number is until the number match.
 Hardware Requirments :-
 System :- Pentium I3 Processor.

 Hard Disk :- 500 GB.

 Monitor :- Standard LED Monitor.

 Input Device :- Keyboard.

 Ram :- 4GB.
Software Reqirement :-

 Operating System :- window 10.

 Language :- Pyhton.

 Database :-MySQL.
Thank You…!

You might also like