Give us feedback
hangman
Reactive icon

Hangman

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 5 Jan by 
0.0
 (0 ratings)
hangman

Hangman

Details
The object of hangman is to guess the secret word before the stick figure is hung. Players take turns selecting letters to narrow the word down.
Read more

Introduction


Hangman 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 loses. The game also ends if the player correctly identifies all the letters of the missing word.

Using the Code


The main thing from the program is holding the guessed letters in an array collection and manipulating against the randomly picked word. In addition, you need to count the missing letters. Let's see the code that verifies the user's guessed letter and builds the word.


Points of Interest

In this program, I learnt how to solve word guessing problems. I hope you enjoyed the Hangman game and the implementation.

 

Release notes (1.0.0)
License (1.0.0)
Reviews (0)
Team