Skip to content

Hangman Game is a project based on vanilla js and was given as a task in CSOC Week - 1

License

Notifications You must be signed in to change notification settings

nandurijv/Hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSOC 2022

Hangman

The task that we'll be working over is to build a HANGMAN game, It is a simple word guessing game. The player tries to figure out an unknown word by guessing letters. If too many letters which do not appear in the word are guessed, the player is hanged (and loses).

Tasks:-

  • Task 1: Implement a hangman game. Create a word generator and generate random words in every game.
  • Task 2: Add a high score page to view the previous scores.
  • Task 3: Giving hints to users, by showing a few letters when the user needs them. Also, you could give signs when the entered letters are wrong.
  • Task 4: Make hard and easy mode with say, 5 lives in easy and 3 in hard mode. Also, word length and difficulty could be changed with respective levels. Easy words could have till 5 letters while difficult ones with longer words.
  • Extras: Adding a timer for making it more interactive and competitive.

About

Hangman Game is a project based on vanilla js and was given as a task in CSOC Week - 1

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published