Skip to content

kalonjis/Hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Hangman

The mission

You have to make a website version of the hangman word game. To do so try to think the structure, the backend (functionality) and the frontend (design) of your project before you start coding.

At the very least your version of the hangman should:

  • propose an hidden word
  • allow the selection of letters
  • verify if a selected letter belongs to the word
  • count the number of failure (lives)
  • check if it's a game over
  • check if the word as been found

Optionally it can:

  • keep in memory all guessed letters
  • only let the player guess a letter once

Bonus:

  • use canvas

NOTE: The instructions below are meant to guide you not impose a way of doing things, what matters is the end result.

Instructions:

  • create the repository
  • think the project through
  • write the backend (make it functional)
  • write the frontend (make it pretty)
  • implement both parts into a web page

Resources

Congrats

Well done, you just made a game. Working on small projects is actually one of the best way to better your skills, so keep coding.

nice

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published