Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need help with creating a guessing number game using PHP and HTML. Requirements: 1. unlimited tries. 2. tells the user if the number is
I need help with creating a guessing number game using PHP and HTML.
Requirements:
1. unlimited tries.
2. tells the user if the number is lower or higher.
3. keeps displaying previous entries on the side, for example, a seperate textarea.
4. has start game and restart(resets the game) buttons.
5. when the number is guessed it should tell the user how many tries it took them.
NOTE: Please use: $num = rand(1, 100) and file to be saved as PHP file.
Thank you.
Step 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