0% found this document useful (0 votes)
9 views

19bcs1448 Project Finalreport

Uploaded by

HBK SHUBHAM
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)
9 views

19bcs1448 Project Finalreport

Uploaded by

HBK SHUBHAM
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/ 14

lOMoARcPSD|49154766

19BCS1448 project finalreport

project report format (Chandigarh University)

Scan to open on Studocu

Studocu is not sponsored or endorsed by any college or university


Downloaded by Atul Sharma ([email protected])
lOMoARcPSD|49154766

FINAL REPORT

HANGMAN (WORD GUESS GAME)


Submitted in partial fulfilment of the requirements for the award of degree of

BACHELOR OF ENGINEERING

IN

COMPUTER SCIENCE & ENGINEERING

Submitted to: Steve Samson

Submitted by: Arvind Singh

UID no: 19BCS1448

Section/group: 3-A

Downloaded by Atul Sharma ([email protected])


lOMoARcPSD|49154766

FINAL REPORT

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

Chandigarh University, Gharuan

January,2021

Table of Content

Certificate ......................................................................................... pg.no.3

Declaration...........................................................................................pg.no.4

Introduction ....................................................................................pg.no.5

Summary ...........................................................................................pg.no.6

Project Source Code...........................................................................pg.no.7

Output / working of game………………………………………pg.no.9

Bibliography......................................................................................pg.no.13

Downloaded by Atul Sharma ([email protected])


lOMoARcPSD|49154766

FINAL REPORT

DEPARTMENT OF COMPUTER SCIENCE &

ENGINEERING CHANDIGARH UNIVERSITY,

GHARUAN

NOV 2021

CERTIFICATE

This is to certify that the work embodied in this Project Report entitled

“Hangman” being submitted by “Arvind Singh” UID- “ 19BCS1448”

5th

Semester for partial fulfillment of the requirement for the degree of “

Bachelor of Engineering in Computer Science & Engineering ”

discipline in “ Chandigarh University ” during the academic session Aug-

Nov 2021 is a record of Bonafede piece of work, carried out by student under

my supervision and guidance in the “ Department of Computer Science

& Engineering ”,Chandigarh University.

APPROVED & GUIDED BY:

Steve Samson

Downloaded by Atul Sharma ([email protected])


lOMoARcPSD|49154766

FINAL REPORT

DECLARATION

I, student of Bachelor of Engineering in Computer Science &


Engineering, 5th Semester, session: Aug – Nov 2021, Chandigarh
University, hereby declare that the work presented in this Project Report
entitled “Hangman (Word Guess Game)” is the outcome of my own
work, is bona fide and correct to the best of my knowledge and this work
has been carried out taking care of Engineering Ethics. The work
presented does not infringe any patented work and has not been
submitted to any other university or anywhere else for the award of any
degree or any professional diploma.

Sr Name of CLASS/Group Signature


No. students

1. Arvind Singh CSE-1 (B)

Downloaded by Atul Sharma ([email protected])


lOMoARcPSD|49154766

FINAL REPORT

INTRODUCTION

The Hangman Game In Javascript is written in a JavaScript programming language, In


this Hangman Game Project is to implement the Hangman Game Using JavaScript. It
doesn’t require any specific modules other than random and time. JavaScript loops
and functions are enough to build this game here. In This project, I will show
you How To Code A Hangman Game In Javascript . A Hangman Game On
JavaScript is about guessing letters (A-Z) to form the words. If the player guesses the
right letter that is within the word, the letter appears at its correct position. The user
has to guess the correct word until a man is hung, then the game is over. Hangman
is a guessing game for two or more players. One player thinks of a word and the
other(s) tries to guess it by suggesting letters within a certain number of guesses.

SW/HW requirements:

 Visual studio code


 JavaScript
 HTML , –CSS
 i5 Processor

Downloaded by Atul Sharma ([email protected])


lOMoARcPSD|49154766

FINAL REPORT

Summary

My motive was to build a Word Guess Game known as Hangman that works as a
game, a game which is developed on the Visual Studio, using primarily Javascript as
the language. The Hangman Game In JavaScript project requires good knowledge of
JavaScript which includes defining functions and managing for/while loops. The
functions that we use here contain arguments that are defined in a global scope
which can be further used in other functions to improve game quality. It can also
be used to provide different steps when required to execute upon conditions by the
for and while loops.The objective of our project is to implement the hangman
game using JavaScript. It doesn’t require any specific modules other than randomdan
time. JavaScript loops and functions are enough to build this game here.

Downloaded by Atul Sharma ([email protected])


lOMoARcPSD|49154766

FINAL REPORT

Source code for Hangman:

Downloaded by Atul Sharma ([email protected])


lOMoARcPSD|49154766

FINAL REPORT

Downloaded by Atul Sharma ([email protected])


lOMoARcPSD|49154766

FINAL REPORT

Working of game or Output :

In this game, system gives some chances to the player for guess the word. If player
miss all the chance then hangman sketch complete and game is over. But in this
game loop executes infinite of time

Downloaded by Atul Sharma ([email protected])


lOMoARcPSD|49154766

FINAL REPORT

Downloaded by Atul Sharma ([email protected])


lOMoARcPSD|49154766

FINAL REPORT

Downloaded by Atul Sharma ([email protected])


lOMoARcPSD|49154766

FINAL REPORT

After game over or completion system will asks you that can you continue or no?
Click on y for play again if not then press n. after that game will close .

Downloaded by Atul Sharma ([email protected])


lOMoARcPSD|49154766

FINAL REPORT

Bibliography
1. mailto:https://itsourcecode.com/free-projects/JavaScript-projects/hangman-game-in-JavaScript-
with-source-code/
2. mailto:https://www.JavaScriptforbeginners.com/code-snippets-source-code/game-hangman

Downloaded by Atul Sharma ([email protected])

You might also like