Analysis: Hangman The Game

2587 Words6 Pages

HANGMAN - THE GAME

by
Shreya Shailesh Patel
13bit041

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
Ahmedabad 382481

Hangman-The Game

MP-I

Submitted in fulfillment of the requirements
For the degree of
Bachelor of Technology in Information Technology

By
Shreya Shailesh Patel
13BIT041

Guided By
Prof. Vishal U. Parikh
[DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING]

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
Ahmedabad 382481 CERTIFICATE

This is to certify that the Seminar entitled “Hangman-The Game” submitted by Shreya Shailesh Patel (13BIT041), towards the partial fulfillment of the requirements for the degree of Bachelor of Technology in Computer Engineering/ Information Technology …show more content…

I am deeply grateful to my guide Prof. Vishal Parikh whose enthusiasm and energy transformed my vision of my topic into reality. Sir, your commitment motivated me to express my views on the topic.

I express special thanks to my friends, my parents and my seniors who graciously supported me throughout my entire project. You all are like the light that shows me the way. Thank you all for your love and endless support. ABSTRACT

The project “Hangman-The Game” is made as a part of the course “Mini Project-I” using the NetBeans IDE 8.0.2 software for building application using the JAVA programming language. It is a word guessing game. Where the user need to guess the word in limited amount of life lines (i.e. maximum of 6 life lines). Complete development of the game was divided into different segments which includes development of –game logic, implementation of game logic, learning Gui development (i.e Jframes, Jpannel, etc), Database connectivity using sqlite, Database creation and insertion of data, Final integration of Game logic, Gui and Database and finaly …show more content…

It is intended to let application developers "write once, run anywhere" (WORA), meaning that compiled Java code can run on all platforms that support Java without the need for recompilation. Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture. As of 2015, Java is one of the most popular programming languages in use, particularly for client-server web applications, with a reported 9 million developers. Java was originally developed by James Gosling at Sun Microsystems (which has since been acquired by Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of

Open Document