Skip to content

MAZ01001/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman

A simple word guessing game

  • no graphics (no actual hangman)
  • guessing is case insensitive
  • full Unicode support (allows for special symbols and Emojis)
  • when clicking on "new round" when over 20 seconds of progress, it shows a confirm dialog (YES/NO)
  • customization (settings)
    • custom alphabet
      • keys can be set to always show and not be on the "keyboard" (useful for spaces and punctuation)
    • custom word list
    • set maximum allowed fails (or disable loosing with -1)
    • set a percentage for how many letters of the word are uncovered at the start of the round (0% to 99%)
    • clear stored settings and reload page (shows a confirm dialog (YES/NO))
  • current settings and progress is stored in browser local storage (reload does not start a new round or reset settings)
  • export current settings and progress to a JSON file
  • import settings and progress from saved JSON file
    • shows data preview of selected save file
      • only shows time and fails of progress preview
    • choose to override, ignore, or combine current alphabet / word list with the imported
    • choose to override or ignore imported rng-unhide / max-fails value
    • choose to continue with saved progress or start a new round
      • can only be continues if alphabet, word list, and max fails are also imported

About

A simple word guessing game

Topics

Resources

License

Stars

Watchers

Forks

Contributors