Skip to content

Sinha-Ujjawal/hangman

Repository files navigation

Hangman

According to Wikipedia, Hangman is a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other(s) tries to guess it by suggesting letters within a certain number of guesses.

Build on your own computer

  1. Clone the repo and install the dependencies
npm i
  1. Run npm run start to run the server in dev mode
npm run start

Copyrights

@Sinha-Ujjawal

Licensed under @MIT

Credits/ References

List of words credit to: here

Youtube video explaining the game: here