The game is a classic hangman game where the player must guess a random word.
When the game starts, a word is randomly generated from word library.
The player must guess the word by clicking on individual letters from an on-screen keypad.
For each incorrect guess, the player loses one out of a total of 6 "guesses left" and an image is displayed showing an increasingly complete hangman figure.
If the player correctly guesses all the letters of the word before running out of guesses, they win the game.
If the player runs out of guesses before correctly guessing the word, they lose the game.
The game can be reset at any time by clicking the "Reset" button, which will get a new word and reset the number of guesses and the guessed letters.