Question: CREATE an HTML / PHP Guessing GAme with the following criteria * The server should randomly generate a number between 1 and 100. * The
CREATE an HTML / PHP Guessing GAme with the following criteria
* The server should randomly generate a number between 1 and 100. * The client should guess the number and submit the guess asynchronously (e.g. no page refresh). * The server should respond asynchronously with some form of a "too high" or "too low" or "you win" message. * The client should see the result of the guess. If the guess was not correct, the user should try again until the ser gets the guess right.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
