Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.15 KB

README.md

File metadata and controls

39 lines (20 loc) · 1.15 KB

Logo

The Hangman game

Requirements:

  • It should work only with capital letters;
  • Letters with accents or special characters should not be used;
  • When completing or drawing the gallows, a "Game over" message should be displayed on the screen;
  • If the correct word is completed before the trials run out, a "You won, Congratulations!" message should be displayed. on the screen.
  • The page must have dashes indicating each letter of the word, separated by a space;
  • To start the game the page must have a "Start Game" button;
  • It should not be possible to write numbers within the game.
  • Wrong letters must appear on the screen, but they cannot appear repeatedly;
  • The correct letters must appear on the screen above the hyphens, in the correct position in relation to the word.

Additional features:

  • The page must have a field for inserting text in order to add new words to the game, and an "Add word" button.

Authors

Demo

https://tinyurl.com/2zny7vgu

🚀 About Me

I'm a full stack developer, programming in Java, Kotlin, C#, Javascript