The Hangman

The Hangman

This is a hangman game (Deployed with the help of a low-code platform, Anvil Framework). Your goal is to guess the word chosen by the pc. The game is available in engish and portuguese. Before you start guessing you need to choose what language you want to play.

To play the game you can scroll down into the Play Here section or download all the python files in the game RESPOSITORY and execute it in your personal code editor.
After the game deployment, you can access its rules.

Play Here

Game Rules

  • Each time you click into "PORTUGUESE" or "ENGLISH" a new game starts
  • To try a letter you need to enter it in the proper writing space and click "TEST LETTER"
  • For this game, exists 6 and 7 letter words, 500 units of each, for both languages. The exception is the group of 6 letters words in English, it contains 140 units::
  • You will have 8 chances to guess the correct word
  • If you guess the word correct before running out of lives you will win the game, otherwise you will lose and the correct word will be presented.