Skip to content

kingam280/Hangman-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman-game

Hangman-game is online version of popular paper and pencil game. Your job is to guess the password by suggesting letters within a certain number of guesses.

menu snipped

Technologies

HTML, CSS, JavaScript

Description

Game starts with drawinh category and word. For each letter in password appears one blank space. After choosing letter it is marked as used. You can choose letterboth from the keyboard and by clicking on the screen. If letter is in the password, it appears in a place where it should be. If not, one part of hangman is being drawn.

You have 10 chances to guess the password.

Live version

Hangman-game is available at https://kingam280.github.io/Hangman-game/.