Random letter is generated, and the user has 10 guesses to guess the letter. After 10 guesses, the game is restarted, and the game starts over.
Wins and losses are tracked
Onscreen keyboard is generated using jQuery, and the keyboard can be hidden, and the user can guess using a keyboard. Special thanks to Clayton Pabst & Alex Ulfich for help with the game logic
- HTML
- CSS
- JavaScript
- jQuery
- Boostrap
Sounds are included for clicking onscreen keyboard, page open (known bug that it will not always play), wins and losses
Future development:
- Local Storge to track wins / losses
- Difficulty levels
- Hints on how close you are to level
- Percentage of times won / lost
app is mobile responsive using bootstrap and media queries. You can also add the app to your homescreen so it saves the link as an "app" on your homescreen. I hide the gif on mobile, as well as the button to hide the keyboard, this way the entire app fits on the screen.