Question
Make a Hangman game using PHP and HTML code. Begin with a simple landing page asking for username. Afterwards, have player submit name and lead
Make a Hangman game using PHP and HTML code. Begin with a simple landing page asking for username. Afterwards, have player submit name and lead them to central hangman page. The level players are on should always be visible in the top right corner (refer to the image below). Players should always have the ability to leave the page (which means they are redirected to the landing page).
Hangman
-Beginning:
-6 lives to begin with (represent with photos of flower petals)
-Wrong letter = 1 mistake
Difficulty Levels:
-Simple, small words (Lvl 1- 5 letters or less)
-Length of the word increases (Lvl 2- More than 5 letters)
-Complexity of the word (Lvl 3)
-Decrease attempts before failure (Lvl 4 - 3 petals/ lives now)
If users make it to the last level and succeed, lead them to a CHAMPION Page, otherwise direct them to a LOSER page. Both pages should display user name entered in the beginning.
IvD guess.I o swanity (leave landing pageStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started