You are on page 1of 4

PANDORA BOX

PANDORA BOX SYNOPSIS


OF MINIOR PROJECT

BACHELOR OF COMPUTER APPLICATION


DEPARTMENT OF COMPUTER SCIENCE

SUBMITTED BY GUIDEDE BY

NIKHIL SINGH DR. ADITYA KHAMPARIA


Enrolment no. : AC-047/19
Singh2002nikhil@gmail.com
Roll no. 199406

BABASAHEB BHIMRAO AMBEDKAR UNIVERSITY


SATELLITE CAMPUS
TIKARMAFI AMETHI, INDIA

1
TABLE OF CONTENTS PAGE NO

1. TITLE OF PROJECT 1
2. INTRODUCTION 3
3. TOOLS AND METHODOLOGY 4
3.1. REQUIRED TOOLS 4
3.2 Language 4
4. REFRENCES 4

2
PANDORA BOX

INTRODUCTION
Pandora's box is an artifact in Greek mythology connected with the myth of Pandora. In this
program it is based on C language game, so it has lots of different types of games. So as the
name Pandora means different types of good or bad things so here I use this name because
if you win all the game u got a reward and if you lose you got disappointment.
It is very fun game with lots of different games so here are some games:

Tic Tac Toe: Our project is to implement the Tic-Tac-Toe games which will features like
single player and two player modes. In single player mode we have used game theory logics
like minimax algorithms to determine the best move that the computer plays.

Hangman: It is a popular word guessing game where the player attempts to build a missing
word by guessing one letter at a time. After a certain number of incorrect guesses, the game
ends and the player lose. The game also ends if the player correctly identifies all the letters of
the missing word.

Typing test: Typing is the basic command to run a computer and your typing speed plays
vital role while working in computer to save time. Here I have presented a Typing Tutor
Project in C to measure user’s typing speed and to enhance their typing speed. This is a
simple console application written in C programming language

Quiz: Here, in this quiz game, the user can choose a question in such a way that they cover
all the fields of a typical quiz contest. The user can test their general knowledge with quiz
questions regarding science, technology, movies, sports, general health, geography, and many
more. The user can store their name, view the highest score secured by them, and even reset
the score. Additionally, to make the game look a little more interesting, it divides into two
rounds. Users must pass the first round to reach the second one.

3
TOOLS AND METHODOLOGY

3.1. REQUIRED TOOLS

VS CODE

Visual Studio Code is a free source-code editor made by Microsoft for Windows, Linux and
macOS Visual Studio Code combines the simplicity of a source code editor with powerful
developer tooling, like IntelliSense code completion and debugging.

TURBOC3

Turbo C is a discontinued integrated development environment and compiler for the C


programming language from Borland. First introduced in 1987, it was noted for its integrated
development environment, small size, fast compile speed, comprehensive manuals and low
price.

3.2 LANGUAGE
C LANGUAGE

C is a general-purpose, procedural computer programming language supporting structured


programming, lexical variable scope, and recursion, with a static type system. By design, C provides
constructs that map efficiently to typical machine instructions.

In 1972, a great computer scientist Dennis Ritchie created a new programming language called 'C' at
the Bell Laboratories. It was created from 'ALGOL', 'BCPL' and 'B' programming languages. 'C'
programming language contains all the features of these languages and many more additional
concepts that make it unique from other languages.

REFRENCES
FOR C LANGUAGE: LET US C BOOK BY YASHAVANT KANETKAR
FOR VSCODE: https://code.visualstudio.com/

You might also like