This document summarizes a quiz game project created by four students for their Software Development Project course. The quiz game has five levels with 10 questions each that cover a variety of topics to test users' general knowledge. Users earn one point for each correct answer and can accumulate bonus points based on their score at the end of each level. The game allows users to select their level and will automatically advance them to the next level if they meet the minimum score requirement. The expected outcomes of the project include a start menu, help option, instructions, level selection, displaying scores and bonus scores during and after each level.
2. Assalamualaikum
Juena AkterJerrin
I'd: 170201011
Md. Akib RefathAlvi
I'd: 200101098
Khondoker Abu Naim
I'd: 200101103
Bipro Das
I'd:200101109
Introduction
Project Supervisor: Hasan
Muhammad Kafi
Asst.Prof.,Department of CSE in BAUST
Nakib Hayat Chowdhury
Asst.Prof.,Department of CSE in BAUST
5. INTRODUCTION
This project gives a summary to our work for the game. It has a
quiz part and it will increase a user knowledge.
In quiz game, questions are asked in such a way that they cover
all field of a typical quiz contest. The users general knowledge
is tested with quiz questions regarding ICT, Computer, Physics,
Math and many more topics.
This is a complete error-free Quiz Game Project in C designed as a
simple console application. In this project a number of questions
are asked.
6. What is QUIZ game ?
Quiz game is a entertainment in which the general or
specific knowledge of the players is tested by a
series of the players is tested bye a series of
questions as like as radio or talevision program. But
now a days it is available in conchole base or
internet and offline version.
7. About the QUIZ game
Quize game is a mind support game .A player can
perfomense there track by using there knowledge and of
course it is intersting because of they can give there
attention when they play this game and this is vary helpful
for a human being to there general perfomance .
8. FEATURES
(GENERAL EXPLANATION)
1. There are 5 levels in the game.
2. Each level includes 10 questions.
3. For each correct answer user gets 1 score and aside at the end of the
level bonus score is displayed according to obtained score.
4. A particular level can be played as long as a player wish.
5. Player can select level manually in the start menu and then levels up
automatically only if the pre-set conditions are full-filled.
9. FEATURES
(USED CONDITIONS AND SCORE
CALCULATION)
For Level-Up For Bonus Scores
For level-1 you have to score at-least 3
to proceed to the next level.
For level-2 this minimum score is 5.
For level-3 this minimum score is 7.
For level-4 this minimum score is 8.
For level-5 you have to score 10 out of
10.
Level-1
Level-2
Level-3
Level-4
Level-5
Bonus = Score*10
Bonus1 = Bonus + Score*20
Bonus2 = Bonus1 + Score*30
Bonus3 = Bonus2 + Score*40
Bonus4 = Bonus3 + Score*50