https://github.com/konjoinfinity/hangman
Hangman Project 1
https://github.com/konjoinfinity/hangman
Last synced: 3 months ago
JSON representation
Hangman Project 1
- Host: GitHub
- URL: https://github.com/konjoinfinity/hangman
- Owner: konjoinfinity
- Created: 2019-02-05T19:37:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T18:47:45.000Z (over 6 years ago)
- Last Synced: 2025-01-11T18:47:30.975Z (5 months ago)
- Language: JavaScript
- Size: 3.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Konjo Hangman
## Welcome to the Konjo Hangman Game!
#### To play:
Enter a word or phrase into the form using the your device keyboard. Press enter
to create the word board and start guessing using the letter buttons at the
bottom of the screen. When a correct letter is chosen, the word board is updated
with the corresponding letter guessed. If an incorrect letter is chosen, the
hangman image is changed. Don't guess more than 7 incorrect letters, otherwise
hangman will swing... If all correct letters are chosen you win!
Additional documentation and sourcing of code can be seen inline in each of the
.html, .css, and .js files.Hangman art was created by Konjo using: https://jspaint.app/
Additional features for the future:
-Letter guess entries using the keyboard
-Additional animations for different elements-CSS theme/color switcher buttons
-Desktop/Tablet/Mobile sizing and constraints
-Reset button
-Scoring
Enjoy!
### -Konjo