×
Help / About
Hangman Game Demonstration by Rich Budek
This game is meant to run inside of a browser using HTML and CSS for styling. Twitters BootStrap is used for
some of the more advanced display functions and popups.
Javascript is the language that does all of the processing and also manipulates the page's element's using document.querySelect().
The image of the hangman is manipulate by Javascript changing the .src and bringing in simple .png files.
The windows is responsive (liquid) will change based on the size of the screen, with buttons moving, etc. as
the screen width changes. Dialog is presented to the user using modals.