A simple Javascript Hangman (Pendu) game with an html/css interface and different difficulties (French words dictionary)
(The code is still a bit messy in some places, please don't judge it too harshly 😔)
💡Note: This project was made during my web development training 👍
Your objective is to guess the secret word by finding one by one the letters that compose it, while making the minimum possible mistakes !
This project is also fully responsive (except for the Apple watch 😔)
You can change the words list by rewriting the dictionnaire
array variable inside the scripts\dictionary.js
file.
Like this:
var dictionnaire = [ "Word" , "Multiple words" , "Composed-Word", "Wow' BG Gersigno" ...];
The code supports non-alphabetic characters (like -
, '
, white spaces etc..), theses characters will be shown anyway at the beginning of the game.
Duplicated letters are also supported.
For support, email [email protected] or join the discord server.