create a script that presents a Movie guessing game. Allow the users to guess the best picture award from last year. Allow them to guess the word letter-by-letter by entering a character in a form. To complete this assignment follow the steps below: 1. Start by assigning the correct answer to a variable. 2. After each guess, print the word using asterisks for each remaining letters, but fill in the letters that the user guessed correctly. 3. Store the user's guess in a hidden form field. a. For example, if the word you want users to guess is "The Godfather" and the user has successfully guessed the letters "t" and "g" then store *he *odfa* her in the hidden form filed. 4. Use a single script file named Week5.php to display and process the form Can this be done with the movies 8 mile and black swan.