Description
For this assignment we will create a simple dice rolling web application using JQuery UI, JQuery, and Objects.
Specifications
[x] Starting with the HMTL template on Canvas.
[x] Create a web application that allows the user to select the type of die to roll (use a drop down).
[x] Possible types are: D4, D6, D8, D10, D12, D20
[x] Create a Spinner to allow the user to roll between 1 and 20 die.
[x] Create a Die class that contains the number of sides and a method to “roll” the die and return the value of the roll.
[x] Display the result of each roll as well as the max value rolled, and the min value rolled.
[x] Make sure you use JQuery UI buttons on the form.
[x] When you display the results, make sure you also display an image of the chosen die type.
Documentation
[x] You will need to create a document (.docx, .rtf, .pdf) which contains the following:
[x] A screenshot of your page running on your local webserver. Your screenshot needs to include the address bar with the localhost url and show all the validation messages.
[x] DO NOT forget the JSDoc
[x] You will need to validate the index.html (link on Canvas) and include a screenshot of the successful validation (Green Bar).
What to Submit
You need to submit your index.html, CSS file, and your external JS file along with your Document. Make sure your document is in the correct format and includes your name.
Web Client-Side Programming – Homework 7 Objects
Description For this assignment we will create a simple dice rolling web application using JQuery UI, JQuery, and Objects.
Specifications
Documentation
What to Submit You need to submit your index.html, CSS file, and your external JS file along with your Document. Make sure your document is in the correct format and includes your name.
recommended example in book.