3.8 Web Game Survey

Repeat the Game Survey assignment using the Racket Web Server and using its automatic continuation tracking.

In addition to the requirements in the console version of the assignment, you must also ensure that:

In addition to your program, include a text file in your submission that discusses your experience transferring this program to the Web and contrast any of Web programming experience you might have. This discussion can be very short, like five paragraphs.

You may write your servlets in DrRacket and save them anywhere. Use this template for your servlets:

#lang web-server/insta
 
(define (start initial-request)
  ; initial page goes here
  ....)
You can run your servlet by pressing Run.

You will find it useful to read the following documentation: