尊敬的 微信汇率:1円 ≈ 0.046166 元 支付宝汇率:1円 ≈ 0.046257元 [退出登录]
SlideShare a Scribd company logo
 It’s a simple Hangman game.
 The player has to guess the letters in the word.
If you get a letter wrong, a body part is added to
the hangman.
 The player can view “How to paly” by clicking on
“How to play” button.
 The player can also change the language to
Arabic.
 The hangman body display as an image.
 There is an array has a collection of words and my
app will chose one of these words by random way.
 Then it will be shown on the screen like this
(----------) according to the number of the letters of
this word.
 You (the player) should guess this word what will be ?
 Then you should enter the first letter of the word
which you guessed to be and then click check.
 If this letter is right my app will display pop-up
message (Good Guess!) and if it is wrong it will
display (Bad Guess!).
 If you enter 7 letters wrong you will be dead but if
you enter the right letters you will win.
 button which triggers an action when
clicked: the buttons for “How to paly” and
letters buttons (27 buttons).
 display a pop-up message ("toast"): basically
the messages about wrong or right guess.
 application interface in English and
translated in another language: I will let my
app translated in English and Arabic.
 display an image: the hangman body will by an
image.
 play a sound file: I will paly sound in
background to let the player enjoy my app.
 Use at least 2 layouts: to make the body of
game and the side information's appear, I’ll have
to use vertical and horizontal layouts combined.
 composed of at least 2 linked activities: the
“How to paly” of the game will be displayed in
new activity.
 display a list of items to choose from: make
list of available language.
 After developing the proposed features, I’ll
try to enhance some functionalities. Maybe:
 Turn it into a more beautiful interface.
 Save best score for each player ”the count of
words he guesses”.
 Add time to know how long player take to get
the word.

More Related Content

What's hot

Currency converter
Currency converterCurrency converter
Currency converter
Syeda Khadizatul maria
 
Final project report Snake Game in Python
Final project report Snake Game in PythonFinal project report Snake Game in Python
Final project report Snake Game in Python
Muhammad Aziz
 
Chapter 03 python libraries
Chapter 03 python librariesChapter 03 python libraries
Chapter 03 python libraries
Praveen M Jigajinni
 
Software Requirements Specification on Pubg Gaming App (SRS on PUBG)
Software Requirements Specification on Pubg Gaming App (SRS on PUBG)Software Requirements Specification on Pubg Gaming App (SRS on PUBG)
Software Requirements Specification on Pubg Gaming App (SRS on PUBG)
KAUSHAL KUMAR JHA
 
Call by value
Call by valueCall by value
Call by value
Dharani G
 
Computer animation
Computer animationComputer animation
Computer animation
Karan Singh Rawat
 
Multimedia software tools
Multimedia software toolsMultimedia software tools
Multimedia software tools
Jay Patel
 
The Basics of Unity - The Game Engine
The Basics of Unity - The Game EngineThe Basics of Unity - The Game Engine
The Basics of Unity - The Game Engine
OrisysIndia
 
Call by value or call by reference in C++
Call by value or call by reference in C++Call by value or call by reference in C++
Call by value or call by reference in C++
Sachin Yadav
 
Segments in Graphics
Segments in GraphicsSegments in Graphics
Segments in Graphics
Rajani Thite
 
Display devices
Display devices Display devices
Display devices
St.Joseph's college
 
Introduction to Game Development
Introduction to Game DevelopmentIntroduction to Game Development
Introduction to Game Development
Reggie Niccolo Santos
 
project on snake game in c language
project on snake game in c languageproject on snake game in c language
project on snake game in c language
Ashutosh Kumar
 
Gaming Technology Presentation
Gaming Technology PresentationGaming Technology Presentation
Gaming Technology Presentation
MrQaz996
 
Flappy Bird Tutorial
Flappy Bird TutorialFlappy Bird Tutorial
Flappy Bird Tutorial
Oluwaseye Ayinla
 
The Future of Gaming
The Future of GamingThe Future of Gaming
The Future of Gaming
Kia Sta Ana
 
Hotel Management system in C++
Hotel Management system in C++ Hotel Management system in C++
Hotel Management system in C++
Prince Kumar
 
MIND GAME ZONE - Abhijeet
MIND GAME ZONE - AbhijeetMIND GAME ZONE - Abhijeet
MIND GAME ZONE - Abhijeet
Abhijeet Kalsi
 
Python - gui programming (tkinter)
Python - gui programming (tkinter)Python - gui programming (tkinter)
Python - gui programming (tkinter)
Learnbay Datascience
 
computer animation languages-N.Kavitha.pptx
computer animation languages-N.Kavitha.pptxcomputer animation languages-N.Kavitha.pptx
computer animation languages-N.Kavitha.pptx
ComputerScienceDepar6
 

What's hot (20)

Currency converter
Currency converterCurrency converter
Currency converter
 
Final project report Snake Game in Python
Final project report Snake Game in PythonFinal project report Snake Game in Python
Final project report Snake Game in Python
 
Chapter 03 python libraries
Chapter 03 python librariesChapter 03 python libraries
Chapter 03 python libraries
 
Software Requirements Specification on Pubg Gaming App (SRS on PUBG)
Software Requirements Specification on Pubg Gaming App (SRS on PUBG)Software Requirements Specification on Pubg Gaming App (SRS on PUBG)
Software Requirements Specification on Pubg Gaming App (SRS on PUBG)
 
Call by value
Call by valueCall by value
Call by value
 
Computer animation
Computer animationComputer animation
Computer animation
 
Multimedia software tools
Multimedia software toolsMultimedia software tools
Multimedia software tools
 
The Basics of Unity - The Game Engine
The Basics of Unity - The Game EngineThe Basics of Unity - The Game Engine
The Basics of Unity - The Game Engine
 
Call by value or call by reference in C++
Call by value or call by reference in C++Call by value or call by reference in C++
Call by value or call by reference in C++
 
Segments in Graphics
Segments in GraphicsSegments in Graphics
Segments in Graphics
 
Display devices
Display devices Display devices
Display devices
 
Introduction to Game Development
Introduction to Game DevelopmentIntroduction to Game Development
Introduction to Game Development
 
project on snake game in c language
project on snake game in c languageproject on snake game in c language
project on snake game in c language
 
Gaming Technology Presentation
Gaming Technology PresentationGaming Technology Presentation
Gaming Technology Presentation
 
Flappy Bird Tutorial
Flappy Bird TutorialFlappy Bird Tutorial
Flappy Bird Tutorial
 
The Future of Gaming
The Future of GamingThe Future of Gaming
The Future of Gaming
 
Hotel Management system in C++
Hotel Management system in C++ Hotel Management system in C++
Hotel Management system in C++
 
MIND GAME ZONE - Abhijeet
MIND GAME ZONE - AbhijeetMIND GAME ZONE - Abhijeet
MIND GAME ZONE - Abhijeet
 
Python - gui programming (tkinter)
Python - gui programming (tkinter)Python - gui programming (tkinter)
Python - gui programming (tkinter)
 
computer animation languages-N.Kavitha.pptx
computer animation languages-N.Kavitha.pptxcomputer animation languages-N.Kavitha.pptx
computer animation languages-N.Kavitha.pptx
 

Viewers also liked

Hangman Game Programming in C (coding)
Hangman Game Programming in C (coding)Hangman Game Programming in C (coding)
Hangman Game Programming in C (coding)
hasan0812
 
Logo Game
Logo GameLogo Game
Logo Game
juanmora2000
 
The Game of Hangman, Decision Theory and Delivering Software - Redsnake Phill...
The Game of Hangman, Decision Theory and Delivering Software - Redsnake Phill...The Game of Hangman, Decision Theory and Delivering Software - Redsnake Phill...
The Game of Hangman, Decision Theory and Delivering Software - Redsnake Phill...
Chris Conley
 
huayco
huaycohuayco
Hangman Program
Hangman ProgramHangman Program
Hangman Program
jwjablonski
 
Ept talk texas 5 10r
Ept talk texas 5 10rEpt talk texas 5 10r
Ept talk texas 5 10r
DSHS
 
Orientacion de educacion para el trabajo
Orientacion de educacion para el trabajoOrientacion de educacion para el trabajo
Orientacion de educacion para el trabajo
medali jacinto
 
Tema bulling
Tema bullingTema bulling
Tema bulling
Clau Coronel
 
Interactive PowerPoint : Hangman
Interactive PowerPoint : HangmanInteractive PowerPoint : Hangman
Interactive PowerPoint : Hangman
Evette Sagim
 
C programming project by navin thapa
C programming project by navin thapaC programming project by navin thapa
C programming project by navin thapa
Navinthp
 
INTRODUCTION TO C PROGRAMMING
INTRODUCTION TO C PROGRAMMINGINTRODUCTION TO C PROGRAMMING
INTRODUCTION TO C PROGRAMMING
Abhishek Dwivedi
 
Metodo Cientifico
Metodo CientificoMetodo Cientifico
Metodo Cientifico
Maria Padilla
 
Auto quiz mains
Auto quiz mainsAuto quiz mains
Auto quiz mains
N Mohammed Sahil
 
Logo quiz
Logo quizLogo quiz
Logo quiz
Bimal Tirkey
 
El bulling
El bullingEl bulling
El bulling
luis gozar huanay
 
GAME ON! Integrating Games and Simulations in the Classroom
GAME ON! Integrating Games and Simulations in the Classroom GAME ON! Integrating Games and Simulations in the Classroom
GAME ON! Integrating Games and Simulations in the Classroom
Brian Housand
 
LinkedIn SlideShare: Knowledge, Well-Presented
LinkedIn SlideShare: Knowledge, Well-PresentedLinkedIn SlideShare: Knowledge, Well-Presented
LinkedIn SlideShare: Knowledge, Well-Presented
SlideShare
 

Viewers also liked (17)

Hangman Game Programming in C (coding)
Hangman Game Programming in C (coding)Hangman Game Programming in C (coding)
Hangman Game Programming in C (coding)
 
Logo Game
Logo GameLogo Game
Logo Game
 
The Game of Hangman, Decision Theory and Delivering Software - Redsnake Phill...
The Game of Hangman, Decision Theory and Delivering Software - Redsnake Phill...The Game of Hangman, Decision Theory and Delivering Software - Redsnake Phill...
The Game of Hangman, Decision Theory and Delivering Software - Redsnake Phill...
 
huayco
huaycohuayco
huayco
 
Hangman Program
Hangman ProgramHangman Program
Hangman Program
 
Ept talk texas 5 10r
Ept talk texas 5 10rEpt talk texas 5 10r
Ept talk texas 5 10r
 
Orientacion de educacion para el trabajo
Orientacion de educacion para el trabajoOrientacion de educacion para el trabajo
Orientacion de educacion para el trabajo
 
Tema bulling
Tema bullingTema bulling
Tema bulling
 
Interactive PowerPoint : Hangman
Interactive PowerPoint : HangmanInteractive PowerPoint : Hangman
Interactive PowerPoint : Hangman
 
C programming project by navin thapa
C programming project by navin thapaC programming project by navin thapa
C programming project by navin thapa
 
INTRODUCTION TO C PROGRAMMING
INTRODUCTION TO C PROGRAMMINGINTRODUCTION TO C PROGRAMMING
INTRODUCTION TO C PROGRAMMING
 
Metodo Cientifico
Metodo CientificoMetodo Cientifico
Metodo Cientifico
 
Auto quiz mains
Auto quiz mainsAuto quiz mains
Auto quiz mains
 
Logo quiz
Logo quizLogo quiz
Logo quiz
 
El bulling
El bullingEl bulling
El bulling
 
GAME ON! Integrating Games and Simulations in the Classroom
GAME ON! Integrating Games and Simulations in the Classroom GAME ON! Integrating Games and Simulations in the Classroom
GAME ON! Integrating Games and Simulations in the Classroom
 
LinkedIn SlideShare: Knowledge, Well-Presented
LinkedIn SlideShare: Knowledge, Well-PresentedLinkedIn SlideShare: Knowledge, Well-Presented
LinkedIn SlideShare: Knowledge, Well-Presented
 

Similar to Hangman game

Ppt. By Me.pptx
Ppt. By Me.pptxPpt. By Me.pptx
Ppt. By Me.pptx
UjjawalSingh77
 
Autism ABATA Game (Mobile App)
Autism ABATA Game (Mobile App)Autism ABATA Game (Mobile App)
Autism ABATA Game (Mobile App)
FATINAMIRA37
 
Tune Hopper Design Document v1.0
Tune Hopper Design Document v1.0Tune Hopper Design Document v1.0
Tune Hopper Design Document v1.0
Tune Hopper
 
Workflow
WorkflowWorkflow
Workflow
wdhanuka
 
Production reflection
Production reflectionProduction reflection
Production reflection
OliverColeman12345
 
storyboard
storyboardstoryboard
storyboard
^-^ Nurnajwa Aziz
 
Gaming Gary Allan Quirke
Gaming Gary Allan QuirkeGaming Gary Allan Quirke
Gaming Gary Allan Quirke
Gary Allan Quirke
 
Gaming business investment team Gary Allan Quirke
Gaming business investment team Gary Allan QuirkeGaming business investment team Gary Allan Quirke
Gaming business investment team Gary Allan Quirke
Gary Allan Quirke
 

Similar to Hangman game (8)

Ppt. By Me.pptx
Ppt. By Me.pptxPpt. By Me.pptx
Ppt. By Me.pptx
 
Autism ABATA Game (Mobile App)
Autism ABATA Game (Mobile App)Autism ABATA Game (Mobile App)
Autism ABATA Game (Mobile App)
 
Tune Hopper Design Document v1.0
Tune Hopper Design Document v1.0Tune Hopper Design Document v1.0
Tune Hopper Design Document v1.0
 
Workflow
WorkflowWorkflow
Workflow
 
Production reflection
Production reflectionProduction reflection
Production reflection
 
storyboard
storyboardstoryboard
storyboard
 
Gaming Gary Allan Quirke
Gaming Gary Allan QuirkeGaming Gary Allan Quirke
Gaming Gary Allan Quirke
 
Gaming business investment team Gary Allan Quirke
Gaming business investment team Gary Allan QuirkeGaming business investment team Gary Allan Quirke
Gaming business investment team Gary Allan Quirke
 

Recently uploaded

Going AOT: Everything you need to know about GraalVM for Java applications
Going AOT: Everything you need to know about GraalVM for Java applicationsGoing AOT: Everything you need to know about GraalVM for Java applications
Going AOT: Everything you need to know about GraalVM for Java applications
Alina Yurenko
 
How GenAI Can Improve Supplier Performance Management.pdf
How GenAI Can Improve Supplier Performance Management.pdfHow GenAI Can Improve Supplier Performance Management.pdf
How GenAI Can Improve Supplier Performance Management.pdf
Zycus
 
Stork Product Overview: An AI-Powered Autonomous Delivery Fleet
Stork Product Overview: An AI-Powered Autonomous Delivery FleetStork Product Overview: An AI-Powered Autonomous Delivery Fleet
Stork Product Overview: An AI-Powered Autonomous Delivery Fleet
Vince Scalabrino
 
Secure-by-Design Using Hardware and Software Protection for FDA Compliance
Secure-by-Design Using Hardware and Software Protection for FDA ComplianceSecure-by-Design Using Hardware and Software Protection for FDA Compliance
Secure-by-Design Using Hardware and Software Protection for FDA Compliance
ICS
 
Call Girls Solapur ☎️ +91-7426014248 😍 Solapur Call Girl Beauty Girls Solapur...
Call Girls Solapur ☎️ +91-7426014248 😍 Solapur Call Girl Beauty Girls Solapur...Call Girls Solapur ☎️ +91-7426014248 😍 Solapur Call Girl Beauty Girls Solapur...
Call Girls Solapur ☎️ +91-7426014248 😍 Solapur Call Girl Beauty Girls Solapur...
anshsharma8761
 
Hot Call Girls In Ahmedabad ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Servic...
Hot Call Girls In Ahmedabad ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Servic...Hot Call Girls In Ahmedabad ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Servic...
Hot Call Girls In Ahmedabad ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Servic...
ns9201415
 
SAP ECC & S4 HANA PPT COMPARISON MM.pptx
SAP ECC & S4 HANA PPT COMPARISON MM.pptxSAP ECC & S4 HANA PPT COMPARISON MM.pptx
SAP ECC & S4 HANA PPT COMPARISON MM.pptx
aneeshmanikantan2341
 
Strengthening Web Development with CommandBox 6: Seamless Transition and Scal...
Strengthening Web Development with CommandBox 6: Seamless Transition and Scal...Strengthening Web Development with CommandBox 6: Seamless Transition and Scal...
Strengthening Web Development with CommandBox 6: Seamless Transition and Scal...
Ortus Solutions, Corp
 
Trailhead Talks_ Journey of an All-Star Ranger .pptx
Trailhead Talks_ Journey of an All-Star Ranger .pptxTrailhead Talks_ Journey of an All-Star Ranger .pptx
Trailhead Talks_ Journey of an All-Star Ranger .pptx
ImtiazBinMohiuddin
 
European Standard S1000D, an Unnecessary Expense to OEM.pptx
European Standard S1000D, an Unnecessary Expense to OEM.pptxEuropean Standard S1000D, an Unnecessary Expense to OEM.pptx
European Standard S1000D, an Unnecessary Expense to OEM.pptx
Digital Teacher
 
Hyperledger Besu 빨리 따라하기 (Private Networks)
Hyperledger Besu 빨리 따라하기 (Private Networks)Hyperledger Besu 빨리 따라하기 (Private Networks)
Hyperledger Besu 빨리 따라하기 (Private Networks)
wonyong hwang
 
Enhancing non-Perl bioinformatic applications with Perl
Enhancing non-Perl bioinformatic applications with PerlEnhancing non-Perl bioinformatic applications with Perl
Enhancing non-Perl bioinformatic applications with Perl
Christos Argyropoulos
 
Call Girls in Varanasi || 7426014248 || Quick Booking at Affordable Price
Call Girls in Varanasi || 7426014248 || Quick Booking at Affordable PriceCall Girls in Varanasi || 7426014248 || Quick Booking at Affordable Price
Call Girls in Varanasi || 7426014248 || Quick Booking at Affordable Price
vickythakur209464
 
Happy Birthday Kubernetes, 10th Birthday edition of Kubernetes Birthday in Au...
Happy Birthday Kubernetes, 10th Birthday edition of Kubernetes Birthday in Au...Happy Birthday Kubernetes, 10th Birthday edition of Kubernetes Birthday in Au...
Happy Birthday Kubernetes, 10th Birthday edition of Kubernetes Birthday in Au...
Chad Crowell
 
Extreme DDD Modelling Patterns - 2024 Devoxx Poland
Extreme DDD Modelling Patterns - 2024 Devoxx PolandExtreme DDD Modelling Patterns - 2024 Devoxx Poland
Extreme DDD Modelling Patterns - 2024 Devoxx Poland
Alberto Brandolini
 
Folding Cheat Sheet #5 - fifth in a series
Folding Cheat Sheet #5 - fifth in a seriesFolding Cheat Sheet #5 - fifth in a series
Folding Cheat Sheet #5 - fifth in a series
Philip Schwarz
 
Independent Call Girls In Kolkata ✔ 7014168258 ✔ Hi I Am Divya Vip Call Girl ...
Independent Call Girls In Kolkata ✔ 7014168258 ✔ Hi I Am Divya Vip Call Girl ...Independent Call Girls In Kolkata ✔ 7014168258 ✔ Hi I Am Divya Vip Call Girl ...
Independent Call Girls In Kolkata ✔ 7014168258 ✔ Hi I Am Divya Vip Call Girl ...
simmi singh$A17
 
Building API data products on top of your real-time data infrastructure
Building API data products on top of your real-time data infrastructureBuilding API data products on top of your real-time data infrastructure
Building API data products on top of your real-time data infrastructure
confluent
 
What’s new in VictoriaMetrics - Q2 2024 Update
What’s new in VictoriaMetrics - Q2 2024 UpdateWhat’s new in VictoriaMetrics - Q2 2024 Update
What’s new in VictoriaMetrics - Q2 2024 Update
VictoriaMetrics
 
The Ultimate Guide to Top 36 DevOps Testing Tools for 2024.pdf
The Ultimate Guide to Top 36 DevOps Testing Tools for 2024.pdfThe Ultimate Guide to Top 36 DevOps Testing Tools for 2024.pdf
The Ultimate Guide to Top 36 DevOps Testing Tools for 2024.pdf
kalichargn70th171
 

Recently uploaded (20)

Going AOT: Everything you need to know about GraalVM for Java applications
Going AOT: Everything you need to know about GraalVM for Java applicationsGoing AOT: Everything you need to know about GraalVM for Java applications
Going AOT: Everything you need to know about GraalVM for Java applications
 
How GenAI Can Improve Supplier Performance Management.pdf
How GenAI Can Improve Supplier Performance Management.pdfHow GenAI Can Improve Supplier Performance Management.pdf
How GenAI Can Improve Supplier Performance Management.pdf
 
Stork Product Overview: An AI-Powered Autonomous Delivery Fleet
Stork Product Overview: An AI-Powered Autonomous Delivery FleetStork Product Overview: An AI-Powered Autonomous Delivery Fleet
Stork Product Overview: An AI-Powered Autonomous Delivery Fleet
 
Secure-by-Design Using Hardware and Software Protection for FDA Compliance
Secure-by-Design Using Hardware and Software Protection for FDA ComplianceSecure-by-Design Using Hardware and Software Protection for FDA Compliance
Secure-by-Design Using Hardware and Software Protection for FDA Compliance
 
Call Girls Solapur ☎️ +91-7426014248 😍 Solapur Call Girl Beauty Girls Solapur...
Call Girls Solapur ☎️ +91-7426014248 😍 Solapur Call Girl Beauty Girls Solapur...Call Girls Solapur ☎️ +91-7426014248 😍 Solapur Call Girl Beauty Girls Solapur...
Call Girls Solapur ☎️ +91-7426014248 😍 Solapur Call Girl Beauty Girls Solapur...
 
Hot Call Girls In Ahmedabad ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Servic...
Hot Call Girls In Ahmedabad ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Servic...Hot Call Girls In Ahmedabad ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Servic...
Hot Call Girls In Ahmedabad ✔ 7737669865 ✔ Hi I Am Divya Vip Call Girl Servic...
 
SAP ECC & S4 HANA PPT COMPARISON MM.pptx
SAP ECC & S4 HANA PPT COMPARISON MM.pptxSAP ECC & S4 HANA PPT COMPARISON MM.pptx
SAP ECC & S4 HANA PPT COMPARISON MM.pptx
 
Strengthening Web Development with CommandBox 6: Seamless Transition and Scal...
Strengthening Web Development with CommandBox 6: Seamless Transition and Scal...Strengthening Web Development with CommandBox 6: Seamless Transition and Scal...
Strengthening Web Development with CommandBox 6: Seamless Transition and Scal...
 
Trailhead Talks_ Journey of an All-Star Ranger .pptx
Trailhead Talks_ Journey of an All-Star Ranger .pptxTrailhead Talks_ Journey of an All-Star Ranger .pptx
Trailhead Talks_ Journey of an All-Star Ranger .pptx
 
European Standard S1000D, an Unnecessary Expense to OEM.pptx
European Standard S1000D, an Unnecessary Expense to OEM.pptxEuropean Standard S1000D, an Unnecessary Expense to OEM.pptx
European Standard S1000D, an Unnecessary Expense to OEM.pptx
 
Hyperledger Besu 빨리 따라하기 (Private Networks)
Hyperledger Besu 빨리 따라하기 (Private Networks)Hyperledger Besu 빨리 따라하기 (Private Networks)
Hyperledger Besu 빨리 따라하기 (Private Networks)
 
Enhancing non-Perl bioinformatic applications with Perl
Enhancing non-Perl bioinformatic applications with PerlEnhancing non-Perl bioinformatic applications with Perl
Enhancing non-Perl bioinformatic applications with Perl
 
Call Girls in Varanasi || 7426014248 || Quick Booking at Affordable Price
Call Girls in Varanasi || 7426014248 || Quick Booking at Affordable PriceCall Girls in Varanasi || 7426014248 || Quick Booking at Affordable Price
Call Girls in Varanasi || 7426014248 || Quick Booking at Affordable Price
 
Happy Birthday Kubernetes, 10th Birthday edition of Kubernetes Birthday in Au...
Happy Birthday Kubernetes, 10th Birthday edition of Kubernetes Birthday in Au...Happy Birthday Kubernetes, 10th Birthday edition of Kubernetes Birthday in Au...
Happy Birthday Kubernetes, 10th Birthday edition of Kubernetes Birthday in Au...
 
Extreme DDD Modelling Patterns - 2024 Devoxx Poland
Extreme DDD Modelling Patterns - 2024 Devoxx PolandExtreme DDD Modelling Patterns - 2024 Devoxx Poland
Extreme DDD Modelling Patterns - 2024 Devoxx Poland
 
Folding Cheat Sheet #5 - fifth in a series
Folding Cheat Sheet #5 - fifth in a seriesFolding Cheat Sheet #5 - fifth in a series
Folding Cheat Sheet #5 - fifth in a series
 
Independent Call Girls In Kolkata ✔ 7014168258 ✔ Hi I Am Divya Vip Call Girl ...
Independent Call Girls In Kolkata ✔ 7014168258 ✔ Hi I Am Divya Vip Call Girl ...Independent Call Girls In Kolkata ✔ 7014168258 ✔ Hi I Am Divya Vip Call Girl ...
Independent Call Girls In Kolkata ✔ 7014168258 ✔ Hi I Am Divya Vip Call Girl ...
 
Building API data products on top of your real-time data infrastructure
Building API data products on top of your real-time data infrastructureBuilding API data products on top of your real-time data infrastructure
Building API data products on top of your real-time data infrastructure
 
What’s new in VictoriaMetrics - Q2 2024 Update
What’s new in VictoriaMetrics - Q2 2024 UpdateWhat’s new in VictoriaMetrics - Q2 2024 Update
What’s new in VictoriaMetrics - Q2 2024 Update
 
The Ultimate Guide to Top 36 DevOps Testing Tools for 2024.pdf
The Ultimate Guide to Top 36 DevOps Testing Tools for 2024.pdfThe Ultimate Guide to Top 36 DevOps Testing Tools for 2024.pdf
The Ultimate Guide to Top 36 DevOps Testing Tools for 2024.pdf
 

Hangman game

  • 1.
  • 2.  It’s a simple Hangman game.  The player has to guess the letters in the word. If you get a letter wrong, a body part is added to the hangman.  The player can view “How to paly” by clicking on “How to play” button.  The player can also change the language to Arabic.  The hangman body display as an image.
  • 3.  There is an array has a collection of words and my app will chose one of these words by random way.  Then it will be shown on the screen like this (----------) according to the number of the letters of this word.  You (the player) should guess this word what will be ?  Then you should enter the first letter of the word which you guessed to be and then click check.  If this letter is right my app will display pop-up message (Good Guess!) and if it is wrong it will display (Bad Guess!).  If you enter 7 letters wrong you will be dead but if you enter the right letters you will win.
  • 4.  button which triggers an action when clicked: the buttons for “How to paly” and letters buttons (27 buttons).  display a pop-up message ("toast"): basically the messages about wrong or right guess.  application interface in English and translated in another language: I will let my app translated in English and Arabic.  display an image: the hangman body will by an image.
  • 5.  play a sound file: I will paly sound in background to let the player enjoy my app.  Use at least 2 layouts: to make the body of game and the side information's appear, I’ll have to use vertical and horizontal layouts combined.  composed of at least 2 linked activities: the “How to paly” of the game will be displayed in new activity.  display a list of items to choose from: make list of available language.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.  After developing the proposed features, I’ll try to enhance some functionalities. Maybe:  Turn it into a more beautiful interface.  Save best score for each player ”the count of words he guesses”.  Add time to know how long player take to get the word.
  翻译: