Hangman.zip Head start on a Hangman game. User selects a letter
using the radio buttons. Deslect and disable the radio button so that it cannot be chosen again in
the round. The program sees if that letter is in the word. If so it is displayed. If not
the image is advanced. If all of letters are guessed, the user wins. If the last image is reached, the played loses. After winning or losing around the Next button is enabled.
Art_JSON.zip Files to practice reading JSON.
Have two drop-down selects. The first will have the names of artists read from the JSON file.
When the user selects a painter, the second will be populated with painting titles by that
artist. When the user selects a painting title, the corresponding image is displayed.