Skip to content

πŸ”Ž My solution to the famous hangman game

Notifications You must be signed in to change notification settings

EnixCoda/Hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hangman game

Do you know the Hangman Game?

This is a simple Node.js demo for the game.

You can play with online api or offline dict(e.g. the 'words.txt'), edit the online variable in hangman.js's line 5 between true and false to switch.

Performance of current version is about 1000 words per minute (i7-4770HQ, offline).

TODOs:

  • learn new word
  • optimize cache
  • UI

About

πŸ”Ž My solution to the famous hangman game

Resources

Stars

Watchers

Forks