Вы находитесь на странице: 1из 9

Web Service Project Report

Guess Word Game

1 Acknowledgement

Apart from the efforts of us, the success of any project depends largely on the encouragement
and guidelines of many others. We take this opportunity to express our gratitude to the people
who have been instrumental in the successful completion of this project. We are firstly, thankful
to Almighty who has blessed us with completing this project and secondly we are grateful to our
subject teacher, Miss Anum Hameed for the guidance, inspiration and constructive
suggestions that were helpful to us in the successful completion of this project. The guidance and
support received from all the members who contributed and who are contributing to this project,
was vital for the success of the project.

LARAIB ABID
MARYAM MUKHTIAR
ZUBIA SHAHID

Web Service Project Report

Guess Word Game

Contents
ACKNOWLEDGEMENT....................................................................................1
PROJECT SCOPE............................................................................................ 3
PROJECT DESCRIPTION.................................................................................4
CHAPTER # 01............................................................................................. 5
1 INTRODUCTION........................................................................................5
1.1 PROJECT OVERVIEW............................................................................................................ 5
1.2 FEATURES......................................................................................................................... 5
CHAPTER # 02............................................................................................. 6
2.................................................................................... TOOLS AND TECHNOLOGY
6
2.1 TOOLS AND TECHNOLOGIES................................................................................................. 6
2.1.1 Microsoft Visual Studio........................................................................................... 6
2.1.2 C# & .NET.............................................................................................................. 6
2.1.3 MS-Word................................................................................................................. 7
CHAPTER # 03............................................................................................. 8
3 SYSTEM ANALYSIS.....................................................................................8
3.1 ENTITY RELATIONSHIP DIAGRAM (ERD)..................................................................................8
3.2 DATA DICTIONARY.............................................................................................................. 8

Web Service Project Report

Guess Word Game

Project Scope

Nowadays gaming is the most selected option for spending a leisure time which is liked by
everyone. And internet is providing free online gaming by just signing in or signing up to the
websites. A guessing game is a game in which the object is to use guessing to discover some
kind of information, such as a word, a phrase, a title, or the identity of an object. A guessing
game has as its core a piece of information that one player knows, and the object is to coerce
others into guessing that piece of information with Hint using Service actually divulging it in text
word.
Many of the games are played co-operatively. In some games some players know the answer, but
cannot tell the others, instead they must help them to guess it. Guessing games are "readily
adaptable for classroom use", as such a game "creates just enough tension to remain exciting,
challenging, and competitive" for children, as long as the teacher designs effective rules "to
eliminate unruly or sportsmanship behavior". It has been noted, however, that children
in therapy may initiate guessing games as a way to avoid talking about distressing issues, and
that therapists who are using other kinds of games to facilitate communication should avoid
being drawn into them.

Web Service Project Report

Guess Word Game

Web Service Project Report

Guess Word Game

Project Description

We have made this project of Word Guessing Game according to the theme of online gaming.
Our project is created by Visual Studio C#, .net technique. It has some levels and only by playing
all the levels the user can win the game. In this game of Word Guess, the application has some
secret words which are hidden from the user and for completing each level, user have to fill the
columns by guessing different alphabets at random boxes from a given list of words. The word in
each level is posturized combining four pictures for the help of user and also Hint option to use
when need help. We can say that the picture has the answer. The player then tries easily to guess
the word, by guessing one letter at a time. Whenever the user guesses a correct letter it will
directly go to the empty text box and when the user completes word in each level he/she can go
to the next level with the gained scores. The game ends when the user has guessed every letter in
every level, he can win before he reaches the allowed number of strikes. Every level will have
different number of counts by losing the counts the user cannot play the next level and user will
have to play the same level again.

Web Service Project Report

Guess Word Game

Chapter # 01

1 INTRODUCTION
1.1 Project Overview
The focus is to create a gaming application for the users who like to play online. The game is
simple and easy to play. The Visual Studio is used to create this project by C#, Asp.Net
techniques. We create a secret word for which the game player has to guess the word. Our
program gives the player some feedback on their guess. Based on that feedback, the player can
go to the next level and makes another guess. Guessing continues until the levels end or until the
maximum number of tries is reached.
Our responsibility in this program is to provide a suitable GUI of the game, that our program will
provide interaction with the game user and the game player. Ideally, but for purposes of testing,
we will be both the developer and the player.

1.2 Features

Provides online free gaming onto the website.

Online Signup/Registration.

Online Login for playing Game.

Web Service Project Report

Guess Word Game

Chapter # 02
2

TOOLS AND TECHNOLOGY


2.1 Tools and Technologies

Following are the tools and technologies that are used in this project.

Visual Studio
C# & .NET
MS-Word (for Project Report)
2.1.1 Microsoft Visual Studio

Visual Studio is an integrated development environment (IDE) from Microsoft. It is used


to develop computer programs for Microsoft Windows, as well as web sites, web
applications and web services. Visual Studio uses Microsoft software development
platforms such as Windows API, Windows Forms, Windows Presentation
Foundation, Windows Store and Microsoft Silverlight. It can produce both native
code and managed code.
Visual Studio supports different programming languages and allows the code editor and
debugger to support (to varying degrees) nearly any programming language, provided a
language-specific service exists. Built-in languages include C, C++ and C++/CLI
(via Visual C++) , VB.NET (via Visual Basic .NET), C# (via Visual C#), and F# (as of
Visual Studio 2010). Support for other languages such as M, Python, and Ruby among
others is available via language services installed separately. It also
supports XML/XSLT, HTML/XHTML, JavaScript and CSS.
2.1.2 C# & .NET

C# is an elegant and type-safe object-oriented language that enables developers to build a


variety of secure and robust applications that run on the .NET Framework. You can use
C# to create Windows client applications, XML Web services, distributed components,
client-server applications, database applications, and much, much more. Visual C#
provides an advanced code editor, convenient user interface designers, integrated

Web Service Project Report

Guess Word Game

debugger, and many other tools to make it easier to develop applications based on the C#
language and the .NET Framework.
C# syntax is highly expressive, yet it is also simple and easy to learn. The curly-brace
syntax of C# will be instantly recognizable to anyone familiar with C, C++ or Java.
Developers who know any of these languages are typically able to begin to work
productively in C# within a very short time. C# syntax simplifies many of the
complexities of C++ and provides powerful features such as null able value types,
enumerations, delegates, lambda expressions and direct memory access, which are not
found in Java. C# supports generic methods and types, which provide increased type
safety and performance, and iterators, which enable implementers of collection classes to
define custom iteration behaviors that are simple to use by client code. LanguageIntegrated Query (LINQ) expressions make the strongly-typed query a first-class
language construct. As an object-oriented language, C# supports the concepts of
encapsulation, inheritance, and polymorphism.
2.1.3 MS-Word

MS-Word stands for Microsoft Word. It is Microsoft's flagship word processing software.
It was first released in 1983 under the name Multi-Tool Word for Xenix systems.
Microsoft Word (often called Word) is a graphical word processing program that users
can type with. It is made by the computer company Microsoft. The purpose of the MS
Word is to allow the users to type and save documents.

Web Service Project Report

Guess Word Game

Chapter # 03
1 SYSTEM ANALYSIS
3.1 Entity Relationship Diagram (ERD)
Our project is an application of game which does not have any ERD.

3.2 Data Dictionary


Our project is not connected with any Database so it has no any data dictionary.

Вам также может понравиться